#781536

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

Shades of Claret #781536

Tints of Claret #781536

Color information

#781536 (or 0x781536) is unknown color: approx Claret. HEX triplet: 78, 15 and 36. RGB value is (120,21,54). Sum of RGB (Red+Green+Blue) = 120+21+54=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781536 is #87EAC9. Grayscale: #363636. Windows color (decimal): -8907466 or 3544440. OLE color: 3544440.

HSL color Cylindrical-coordinate representation of color #781536: hue angle of 340º 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 #781536 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1202154-
CMYK00.830.550.53
HSL340º70.21%27.65%-
HSV(B)340º82.5%47.06%-
XYZ8.684.83.96-
YUV54.36127.8174.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=61.54%
G=10.77%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120215400.830.550.5334070.2127.65
Hex7815360533735154461c
Octal17025660123676552410634
Binary11110001010111011001010011110111110101101010100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781536; }

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

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

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

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

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

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

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

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