#731432

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

Shades of Claret #731432

Tints of Claret #731432

Color information

#731432 (or 0x731432) is unknown color: approx Claret. HEX triplet: 73, 14 and 32. RGB value is (115,20,50). Sum of RGB (Red+Green+Blue) = 115+20+50=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731432 is #8CEBCD. Grayscale: #333333. Windows color (decimal): -9235406 or 3282035. OLE color: 3282035.

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

Color convert

RGB1152050-
CMYK00.830.570.55
HSL341.05º70.37%26.47%-
HSV(B)341.05º82.61%45.1%-
XYZ7.94.383.45-
YUV51.82126.97173.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=62.16%
G=10.81%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115205000.830.570.55341.0570.3726.47
Hex7314320533937155461a
Octal16324620123716752510632
Binary11100111010011001001010011111001110111101010101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731432; }

 p { color: rgb(115,20,50); }

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

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

 a { background-color: rgb(115,20,50); }

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

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

 span { border-color: rgb(115,20,50); }

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