#702024

Color #702024 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #702024

Tints of Red Berry #702024

Color information

#702024 (or 0x702024) is unknown color: approx Red Berry. HEX triplet: 70, 20 and 24. RGB value is (112,32,36). Sum of RGB (Red+Green+Blue) = 112+32+36=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #702024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702024 is #8FDFDB. Grayscale: #383838. Windows color (decimal): -9428956 or 2367600. OLE color: 2367600.

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

Color convert

RGB1123236-
CMYK00.710.680.56
HSL357º55.56%28.24%-
HSV(B)357º71.43%43.92%-
XYZ7.524.612.16-
YUV56.38116.5167.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 36 (14.45% from 255) = 20%
R=62.22%
G=17.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112323600.710.680.5635755.5628.24
Hex7020240474438165381c
Octal16040440107104705457034
Binary111000010000010010001000111100010011100010110010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702024; }

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

 H1.HeaderClassName
 {
   color: #702024;
 }
 .AnyTagClassName
 {
   color: #702024;
 }
</style>
background-color css

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

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

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

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

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

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