Html Css Color HEX #702027 Red Berry

📋 copy color: '#702027'

red 112 ◦ green 32 ◦ blue 39

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

Shades of Red Berry #702027

Tints of Red Berry #702027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.31%

R = 61.2%
G = 17.49%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#702027 (or 0x702027) is known color: Red Berry. HEX triplet: 70, 20 and 27. RGB value is (112,32,39). Sum of RGB (Red+Green+Blue) = 112+32+39=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #702027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702027 is #8FDFD8. Grayscale: #383838. Windows color (decimal): -9428953 or 2564208. OLE color: 2564208.

HSL color Cylindrical-coordinate representation of color #702027: hue angle of 354.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 #702027 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 39 -
CMYK 0 0.71 0.65 0.56
HSL 354.75º 0.56% 0.28% -
HSV(B) 354.75º 0.71% 0.44% -
XYZ 7.56 4.62 2.41 -
YUV 56.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 112 32 39 0 0.71 0.65 0.56 354.75 0.56 0.28
Hex 70 20 27 0 47 41 38 163 38 1C
Octal 160 40 47 0 107 101 70 543 70 34
Binary 1110000 100000 100111 0 1000111 1000001 111000 101100011 111000 11100

Color Harmonies of #702027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702027

Black with #702027

Text Example


Text Example

White with #702027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702027; }

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

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

background-color css

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

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

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

border-color css

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

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

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