Html Css Color HEX #702023 Red Berry

📋 copy color: '#702023'

red 112 ◦ green 32 ◦ blue 35

#702023
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #702023

Tints of Red Berry #702023

RGB

 RED value IS 112 (44.14% from 255) = 62.57%

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 35 (14.06% from 255) = 19.55%

R = 62.57%
G = 17.88%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#702023 (or 0x702023) is known color: Red Berry. HEX triplet: 70, 20 and 23. RGB value is (112,32,35). Sum of RGB (Red+Green+Blue) = 112+32+35=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702023 is #8FDFDC. Grayscale: #383838. Windows color (decimal): -9428957 or 2302064. OLE color: 2302064.

HSL color Cylindrical-coordinate representation of color #702023: hue angle of 357.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702023 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 35 -
CMYK 0 0.71 0.69 0.56
HSL 357.75º 0.56% 0.28% -
HSV(B) 357.75º 0.71% 0.44% -
XYZ 7.5 4.6 2.08 -
YUV 56.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 112 32 35 0 0.71 0.69 0.56 357.75 0.56 0.28
Hex 70 20 23 0 47 45 38 166 38 1C
Octal 160 40 43 0 107 105 70 546 70 34
Binary 1110000 100000 100011 0 1000111 1000101 111000 101100110 111000 11100

Color Harmonies of #702023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702023

Black with #702023

Text Example


Text Example

White with #702023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702023; }

 p { color: rgb(112,32,35); }

 H1.HeaderClassName
 {
   color: #702023;
 }
 .AnyTagClassName
 {
   color: #702023;
 }
</style>

background-color css

<style>
 a { background-color: #702023; }

 a { background-color: rgb(112,32,35); }

 div.DivClassName
 {
   background-color: #702023;
 }
 .BgClassName
 {
   background-color: #702023;
 }
</style>

border-color css

<style>
 span { border-color: #702023; }

 span { border-color: rgb(112,32,35); }

 td.TdClassName
 {
   border-color: #702023;
 }
 .TagClassName
 {
   border-color: #702023;
 }
</style>