#632231

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

Shades of Claret #632231

Tints of Claret #632231

Color information

#632231 (or 0x632231) is unknown color: approx Claret. HEX triplet: 63, 22 and 31. RGB value is (99,34,49). Sum of RGB (Red+Green+Blue) = 99+34+49=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #632231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632231 is #9CDDCE. Grayscale: #373737. Windows color (decimal): -10280399 or 3220067. OLE color: 3220067.

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

Color convert

RGB993449-
CMYK00.660.510.61
HSL346.15º48.87%26.08%-
HSV(B)346.15º65.66%38.82%-
XYZ6.274.023.35-
YUV55.14124.53159.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=54.40%
G=18.68%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99344900.660.510.61346.1548.8726.08
Hex632231042333D15a311a
Octal1434261010263755326132
Binary11000111000101100010100001011001111110110101101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632231; }

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

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

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

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

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

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

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

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