#731F3B

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

Shades of Claret #731F3B

Tints of Claret #731F3B

Color information

#731F3B (or 0x731F3B) is unknown color: approx Claret. HEX triplet: 73, 1F and 3B. RGB value is (115,31,59). Sum of RGB (Red+Green+Blue) = 115+31+59=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #731F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F3B is #8CE0C4. Grayscale: #3B3B3B. Windows color (decimal): -9232581 or 3874675. OLE color: 3874675.

HSL color Cylindrical-coordinate representation of color #731F3B: hue angle of 340º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F3B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1153159-
CMYK00.730.490.55
HSL340º57.53%28.63%-
HSV(B)340º73.04%45.1%-
XYZ8.354.944.65-
YUV59.31127.83167.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=56.10%
G=15.12%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115315900.730.490.5534057.5328.63
Hex731F3B04931371543a1d
Octal1633773011161675247235
Binary1110011111111110110100100111000111011110101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731F3B; }

 p { color: rgb(115,31,59); }

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

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

 a { background-color: rgb(115,31,59); }

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

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

 span { border-color: rgb(115,31,59); }

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