#781C24

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

Shades of Red Berry #781C24

Tints of Red Berry #781C24

Color information

#781C24 (or 0x781C24) is unknown color: approx Red Berry. HEX triplet: 78, 1C and 24. RGB value is (120,28,36). Sum of RGB (Red+Green+Blue) = 120+28+36=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #781C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C24 is #87E3DB. Grayscale: #383838. Windows color (decimal): -8905692 or 2366584. OLE color: 2366584.

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

Color convert

RGB1202836-
CMYK00.770.70.53
HSL354.78º62.16%29.02%-
HSV(B)354.78º76.67%47.06%-
XYZ8.484.952.18-
YUV56.42116.48173.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.22%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=65.22%
G=15.22%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120283600.770.70.53354.7862.1629.02
Hex781C2404D46351633e1d
Octal17034440115106655437635
Binary11110001110010010001001101100011011010110110001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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