#632533

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

Shades of Claret #632533

Tints of Claret #632533

Color information

#632533 (or 0x632533) is unknown color: approx Claret. HEX triplet: 63, 25 and 33. RGB value is (99,37,51). Sum of RGB (Red+Green+Blue) = 99+37+51=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #632533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632533 is #9CDACC. Grayscale: #393939. Windows color (decimal): -10279629 or 3351907. OLE color: 3351907.

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

Color convert

RGB993751-
CMYK00.630.480.61
HSL346.45º45.59%26.67%-
HSV(B)346.45º62.63%38.82%-
XYZ6.44.213.61-
YUV57.13124.54157.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=52.94%
G=19.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99375100.630.480.61346.4545.5926.67
Hex63253303F303D15a2e1b
Octal143456307760755325633
Binary1100011100101110011011111111000011110110101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632533; }

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

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

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

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

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

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

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

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