#731931

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

Shades of Claret #731931

Tints of Claret #731931

Color information

#731931 (or 0x731931) is unknown color: approx Claret. HEX triplet: 73, 19 and 31. RGB value is (115,25,49). Sum of RGB (Red+Green+Blue) = 115+25+49=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731931 is #8CE6CE. Grayscale: #363636. Windows color (decimal): -9234127 or 3217779. OLE color: 3217779.

HSL color Cylindrical-coordinate representation of color #731931: hue angle of 344º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731931 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1152549-
CMYK00.780.570.55
HSL344º64.29%27.45%-
HSV(B)344º78.26%45.1%-
XYZ7.974.563.37-
YUV54.65124.82171.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=60.85%
G=13.23%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115254900.780.570.5534464.2927.45
Hex73193104E3937158401b
Octal16331610116716753010033
Binary11100111100111000101001110111001110111101011000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731931; }

 p { color: rgb(115,25,49); }

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

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

 a { background-color: rgb(115,25,49); }

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

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

 span { border-color: rgb(115,25,49); }

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