#731636

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

Shades of Claret #731636

Tints of Claret #731636

Color information

#731636 (or 0x731636) is unknown color: approx Claret. HEX triplet: 73, 16 and 36. RGB value is (115,22,54). Sum of RGB (Red+Green+Blue) = 115+22+54=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #731636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731636 is #8CE9C9. Grayscale: #353535. Windows color (decimal): -9234890 or 3544691. OLE color: 3544691.

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

Color convert

RGB1152254-
CMYK00.810.530.55
HSL339.35º67.88%26.86%-
HSV(B)339.35º80.87%45.1%-
XYZ8.024.483.93-
YUV53.46128.31171.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 54 (21.48% from 255) = 28.27%
R=60.21%
G=11.52%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115225400.810.530.55339.3567.8826.86
Hex7316360513537153441b
Octal16326660121656752310433
Binary11100111011011011001010001110101110111101010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731636; }

 p { color: rgb(115,22,54); }

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

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

 a { background-color: rgb(115,22,54); }

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

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

 span { border-color: rgb(115,22,54); }

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