#781524

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

Shades of Red Berry #781524

Tints of Red Berry #781524

Color information

#781524 (or 0x781524) is unknown color: approx Red Berry. HEX triplet: 78, 15 and 24. RGB value is (120,21,36). Sum of RGB (Red+Green+Blue) = 120+21+36=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781524 is #87EADB. Grayscale: #343434. Windows color (decimal): -8907484 or 2364792. OLE color: 2364792.

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

Color convert

RGB1202136-
CMYK00.830.70.53
HSL350.91º70.21%27.65%-
HSV(B)350.91º82.5%47.06%-
XYZ8.334.662.13-
YUV52.31118.8176.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=67.80%
G=11.86%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120213600.830.70.53350.9170.2127.65
Hex781524053463515f461c
Octal170254401231066553710634
Binary111100010101100100010100111000110110101101011111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781524; }

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

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

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

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

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

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

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

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