#731531

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

Shades of Claret #731531

Tints of Claret #731531

Color information

#731531 (or 0x731531) is unknown color: approx Claret. HEX triplet: 73, 15 and 31. RGB value is (115,21,49). Sum of RGB (Red+Green+Blue) = 115+21+49=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731531 is #8CEACE. Grayscale: #343434. Windows color (decimal): -9235151 or 3216755. OLE color: 3216755.

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

Color convert

RGB1152149-
CMYK00.820.570.55
HSL342.13º69.12%26.67%-
HSV(B)342.13º81.74%45.1%-
XYZ7.894.43.34-
YUV52.3126.14172.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=62.16%
G=11.35%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115214900.820.570.55342.1369.1226.67
Hex7315310523937156451b
Octal16325610122716752610533
Binary11100111010111000101010010111001110111101010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731531; }

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

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

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

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

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

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

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

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