#781D20

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

Shades of Red Berry #781D20

Tints of Red Berry #781D20

Color information

#781D20 (or 0x781D20) is unknown color: approx Red Berry. HEX triplet: 78, 1D and 20. RGB value is (120,29,32). Sum of RGB (Red+Green+Blue) = 120+29+32=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D20 is #87E2DF. Grayscale: #383838. Windows color (decimal): -8905440 or 2104696. OLE color: 2104696.

HSL color Cylindrical-coordinate representation of color #781D20: hue angle of 358.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D20 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1202932-
CMYK00.760.730.53
HSL358.02º61.07%29.22%-
HSV(B)358.02º75.83%47.06%-
XYZ8.454.981.88-
YUV56.55114.15173.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=66.30%
G=16.02%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120293200.760.730.53358.0261.0729.22
Hex781D2004C49351663d1d
Octal17035400114111655467535
Binary11110001110110000001001100100100111010110110011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781D20; }

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

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

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

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

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

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

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

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