#732132

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

Shades of Claret #732132

Tints of Claret #732132

Color information

#732132 (or 0x732132) is unknown color: approx Claret. HEX triplet: 73, 21 and 32. RGB value is (115,33,50). Sum of RGB (Red+Green+Blue) = 115+33+50=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #732132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732132 is #8CDECD. Grayscale: #3B3B3B. Windows color (decimal): -9232078 or 3285363. OLE color: 3285363.

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

Color convert

RGB1153350-
CMYK00.710.570.55
HSL347.56º55.41%29.02%-
HSV(B)347.56º71.3%45.1%-
XYZ8.194.963.54-
YUV59.46122.67167.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=58.08%
G=16.67%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115335000.710.570.55347.5655.4129.02
Hex732132047393715c371d
Octal1634162010771675346735
Binary11100111000011100100100011111100111011110101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732132; }

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

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

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

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

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

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

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

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