#632332

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

Shades of Claret #632332

Tints of Claret #632332

Color information

#632332 (or 0x632332) is unknown color: approx Claret. HEX triplet: 63, 23 and 32. RGB value is (99,35,50). Sum of RGB (Red+Green+Blue) = 99+35+50=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #632332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632332 is #9CDCCD. Grayscale: #373737. Windows color (decimal): -10280142 or 3285859. OLE color: 3285859.

HSL color Cylindrical-coordinate representation of color #632332: hue angle of 345.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632332 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB993550-
CMYK00.650.490.61
HSL345.94º47.76%26.27%-
HSV(B)345.94º64.65%38.82%-
XYZ6.324.093.47-
YUV55.85124.7158.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=53.80%
G=19.02%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99355000.650.490.61345.9447.7626.27
Hex632332041313D15a301a
Octal1434362010161755326032
Binary11000111000111100100100000111000111110110101101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632332; }

 p { color: rgb(99,35,50); }

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

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

 a { background-color: rgb(99,35,50); }

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

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

 span { border-color: rgb(99,35,50); }

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