#781B36

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

Shades of Claret #781B36

Tints of Claret #781B36

Color information

#781B36 (or 0x781B36) is unknown color: approx Claret. HEX triplet: 78, 1B and 36. RGB value is (120,27,54). Sum of RGB (Red+Green+Blue) = 120+27+54=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B36 is #87E4C9. Grayscale: #393939. Windows color (decimal): -8905930 or 3545976. OLE color: 3545976.

HSL color Cylindrical-coordinate representation of color #781B36: hue angle of 342.58º degrees, saturation: 0.63, 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 #781B36 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1202754-
CMYK00.780.550.53
HSL342.58º63.27%28.82%-
HSV(B)342.58º77.5%47.06%-
XYZ8.85.044-
YUV57.88125.81172.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=59.70%
G=13.43%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120275400.780.550.53342.5863.2728.82
Hex781B3604E37351573f1d
Octal1703366011667655277735
Binary1111000110111101100100111011011111010110101011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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