#781E24

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

Shades of Red Berry #781E24

Tints of Red Berry #781E24

Color information

#781E24 (or 0x781E24) is unknown color: approx Red Berry. HEX triplet: 78, 1E and 24. RGB value is (120,30,36). Sum of RGB (Red+Green+Blue) = 120+30+36=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #781E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E24 is #87E1DB. Grayscale: #393939. Windows color (decimal): -8905180 or 2367096. OLE color: 2367096.

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

Color convert

RGB1203036-
CMYK00.750.70.53
HSL356º60%29.41%-
HSV(B)356º75%47.06%-
XYZ8.535.052.19-
YUV57.59115.82172.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.52%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=64.52%
G=16.13%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120303600.750.70.533566029.41
Hex781E2404B46351643c1d
Octal17036440113106655447435
Binary11110001111010010001001011100011011010110110010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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