#731937

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

Shades of Claret #731937

Tints of Claret #731937

Color information

#731937 (or 0x731937) is unknown color: approx Claret. HEX triplet: 73, 19 and 37. RGB value is (115,25,55). Sum of RGB (Red+Green+Blue) = 115+25+55=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731937 is #8CE6C8. Grayscale: #373737. Windows color (decimal): -9234121 or 3610995. OLE color: 3610995.

HSL color Cylindrical-coordinate representation of color #731937: hue angle of 340º 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 #731937 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1152555-
CMYK00.780.520.55
HSL340º64.29%27.45%-
HSV(B)340º78.26%45.1%-
XYZ8.114.624.08-
YUV55.33127.82170.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=58.97%
G=12.82%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115255500.780.520.5534064.2927.45
Hex73193704E3437154401b
Octal16331670116646752410033
Binary11100111100111011101001110110100110111101010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731937; }

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

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

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

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

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

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

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

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