#732032

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

Shades of Claret #732032

Tints of Claret #732032

Color information

#732032 (or 0x732032) is unknown color: approx Claret. HEX triplet: 73, 20 and 32. RGB value is (115,32,50). Sum of RGB (Red+Green+Blue) = 115+32+50=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #732032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732032 is #8CDFCD. Grayscale: #3A3A3A. Windows color (decimal): -9232334 or 3285107. OLE color: 3285107.

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

Color convert

RGB1153250-
CMYK00.720.570.55
HSL346.99º56.46%28.82%-
HSV(B)346.99º72.17%45.1%-
XYZ8.164.913.53-
YUV58.87123168.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=58.38%
G=16.24%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115325000.720.570.55346.9956.4628.82
Hex732032048393715b381d
Octal1634062011071675337035
Binary11100111000001100100100100011100111011110101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732032; }

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

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

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

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

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

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

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

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