#782024

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

Shades of Red Berry #782024

Tints of Red Berry #782024

Color information

#782024 (or 0x782024) is unknown color: approx Red Berry. HEX triplet: 78, 20 and 24. RGB value is (120,32,36). Sum of RGB (Red+Green+Blue) = 120+32+36=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #782024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782024 is #87DFDB. Grayscale: #3A3A3A. Windows color (decimal): -8904668 or 2367608. OLE color: 2367608.

HSL color Cylindrical-coordinate representation of color #782024: hue angle of 357.27º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782024 is Cyan = 0, Magento = 0.73, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB1203236-
CMYK00.730.70.53
HSL357.27º57.89%29.8%-
HSV(B)357.27º73.33%47.06%-
XYZ8.585.152.21-
YUV58.77115.15171.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.83%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=63.83%
G=17.02%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120323600.730.70.53357.2757.8929.8
Hex78202404946351653a1e
Octal17040440111106655457236
Binary111100010000010010001001001100011011010110110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782024; }

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

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

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

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

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

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

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

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