#732432

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

Shades of Claret #732432

Tints of Claret #732432

Color information

#732432 (or 0x732432) is unknown color: approx Claret. HEX triplet: 73, 24 and 32. RGB value is (115,36,50). Sum of RGB (Red+Green+Blue) = 115+36+50=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #732432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732432 is #8CDBCD. Grayscale: #3D3D3D. Windows color (decimal): -9231310 or 3286131. OLE color: 3286131.

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

Color convert

RGB1153650-
CMYK00.690.570.55
HSL349.37º52.32%29.61%-
HSV(B)349.37º68.7%45.1%-
XYZ8.285.143.57-
YUV61.22121.67166.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=57.21%
G=17.91%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115365000.690.570.55349.3752.3229.61
Hex732432045393715d341e
Octal1634462010571675356436
Binary11100111001001100100100010111100111011110101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732432; }

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

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

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

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

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

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

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

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