#781920

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

Shades of Red Berry #781920

Tints of Red Berry #781920

Color information

#781920 (or 0x781920) is unknown color: approx Red Berry. HEX triplet: 78, 19 and 20. RGB value is (120,25,32). Sum of RGB (Red+Green+Blue) = 120+25+32=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781920 is #87E6DF. Grayscale: #363636. Windows color (decimal): -8906464 or 2103672. OLE color: 2103672.

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

Color convert

RGB1202532-
CMYK00.790.730.53
HSL355.58º65.52%28.43%-
HSV(B)355.58º79.17%47.06%-
XYZ8.354.791.85-
YUV54.2115.47174.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=67.80%
G=14.12%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120253200.790.730.53355.5865.5228.43
Hex78192004F4935164421c
Octal170314001171116554410234
Binary111100011001100000010011111001001110101101100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781920; }

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

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

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

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

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

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

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

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