#781E32

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

Shades of Claret #781E32

Tints of Claret #781E32

Color information

#781E32 (or 0x781E32) is unknown color: approx Claret. HEX triplet: 78, 1E and 32. RGB value is (120,30,50). Sum of RGB (Red+Green+Blue) = 120+30+50=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #781E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E32 is #87E1CD. Grayscale: #3B3B3B. Windows color (decimal): -8905166 or 3284600. OLE color: 3284600.

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

Color convert

RGB1203050-
CMYK00.750.580.53
HSL346.67º60%29.41%-
HSV(B)346.67º75%47.06%-
XYZ8.795.153.55-
YUV59.19122.82171.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 50 (19.92% from 255) = 25%
R=60%
G=15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120305000.750.580.53346.676029.41
Hex781E3204B3A3515b3c1d
Octal1703662011372655337435
Binary1111000111101100100100101111101011010110101101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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