#632331

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

Shades of Claret #632331

Tints of Claret #632331

Color information

#632331 (or 0x632331) is unknown color: approx Claret. HEX triplet: 63, 23 and 31. RGB value is (99,35,49). Sum of RGB (Red+Green+Blue) = 99+35+49=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632331 is #9CDCCE. Grayscale: #373737. Windows color (decimal): -10280143 or 3220323. OLE color: 3220323.

HSL color Cylindrical-coordinate representation of color #632331: hue angle of 346.88º 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 #632331 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB993549-
CMYK00.650.510.61
HSL346.88º47.76%26.27%-
HSV(B)346.88º64.65%38.82%-
XYZ6.34.083.36-
YUV55.73124.2158.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=54.10%
G=19.13%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99354900.650.510.61346.8847.7626.27
Hex632331041333D15b301a
Octal1434361010163755336032
Binary11000111000111100010100000111001111110110101101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632331; }

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

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

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

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

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

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

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

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