#781E36

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

Shades of Claret #781E36

Tints of Claret #781E36

Color information

#781E36 (or 0x781E36) is unknown color: approx Claret. HEX triplet: 78, 1E and 36. RGB value is (120,30,54). Sum of RGB (Red+Green+Blue) = 120+30+54=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E36 is #87E1C9. Grayscale: #3B3B3B. Windows color (decimal): -8905162 or 3546744. OLE color: 3546744.

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

Color convert

RGB1203054-
CMYK00.750.550.53
HSL344º60%29.41%-
HSV(B)344º75%47.06%-
XYZ8.885.194.02-
YUV59.65124.82171.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=58.82%
G=14.71%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120305400.750.550.533446029.41
Hex781E3604B37351583c1d
Octal1703666011367655307435
Binary1111000111101101100100101111011111010110101100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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