#632633

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

Shades of Claret #632633

Tints of Claret #632633

Color information

#632633 (or 0x632633) is unknown color: approx Claret. HEX triplet: 63, 26 and 33. RGB value is (99,38,51). Sum of RGB (Red+Green+Blue) = 99+38+51=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #632633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632633 is #9CD9CC. Grayscale: #393939. Windows color (decimal): -10279373 or 3352163. OLE color: 3352163.

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

Color convert

RGB993851-
CMYK00.620.480.61
HSL347.21º44.53%26.86%-
HSV(B)347.21º61.62%38.82%-
XYZ6.444.283.62-
YUV57.72124.21157.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=52.66%
G=20.21%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99385100.620.480.61347.2144.5326.86
Hex63263303E303D15b2d1b
Octal143466307660755335533
Binary1100011100110110011011111011000011110110101101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632633; }

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

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

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

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

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

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

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

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