#632033

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

Shades of Claret #632033

Tints of Claret #632033

Color information

#632033 (or 0x632033) is unknown color: approx Claret. HEX triplet: 63, 20 and 33. RGB value is (99,32,51). Sum of RGB (Red+Green+Blue) = 99+32+51=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #632033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632033 is #9CDFCC. Grayscale: #363636. Windows color (decimal): -10280909 or 3350627. OLE color: 3350627.

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

Color convert

RGB993251-
CMYK00.680.480.61
HSL342.99º51.15%25.69%-
HSV(B)342.99º67.68%38.82%-
XYZ6.263.923.56-
YUV54.2126.2159.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=54.40%
G=17.58%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99325100.680.480.61342.9951.1525.69
Hex632033044303D157331a
Octal1434063010460755276332
Binary11000111000001100110100010011000011110110101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632033; }

 p { color: rgb(99,32,51); }

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

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

 a { background-color: rgb(99,32,51); }

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

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

 span { border-color: rgb(99,32,51); }

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