#781A31

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

Shades of Claret #781A31

Tints of Claret #781A31

Color information

#781A31 (or 0x781A31) is unknown color: approx Claret. HEX triplet: 78, 1A and 31. RGB value is (120,26,49). Sum of RGB (Red+Green+Blue) = 120+26+49=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A31 is #87E5CE. Grayscale: #383838. Windows color (decimal): -8906191 or 3218040. OLE color: 3218040.

HSL color Cylindrical-coordinate representation of color #781A31: hue angle of 345.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A31 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1202649-
CMYK00.780.590.53
HSL345.32º64.38%28.63%-
HSV(B)345.32º78.33%47.06%-
XYZ8.674.953.4-
YUV56.73123.64173.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=61.54%
G=13.33%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120264900.780.590.53345.3264.3828.63
Hex781A3104E3B35159401d
Octal17032610116736553110035
Binary11110001101011000101001110111011110101101011001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,26,49); }

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

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

 a { background-color: rgb(120,26,49); }

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

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

 span { border-color: rgb(120,26,49); }

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