#781D24

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

Shades of Red Berry #781D24

Tints of Red Berry #781D24

Color information

#781D24 (or 0x781D24) is unknown color: approx Red Berry. HEX triplet: 78, 1D and 24. RGB value is (120,29,36). Sum of RGB (Red+Green+Blue) = 120+29+36=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #781D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D24 is #87E2DB. Grayscale: #393939. Windows color (decimal): -8905436 or 2366840. OLE color: 2366840.

HSL color Cylindrical-coordinate representation of color #781D24: hue angle of 355.38º 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 #781D24 is Cyan = 0, Magento = 0.76, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB1202936-
CMYK00.760.70.53
HSL355.38º61.07%29.22%-
HSV(B)355.38º75.83%47.06%-
XYZ8.552.19-
YUV57.01116.15172.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=64.86%
G=15.68%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120293600.760.70.53355.3861.0729.22
Hex781D2404C46351633d1d
Octal17035440114106655437535
Binary11110001110110010001001100100011011010110110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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