#631632

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

Shades of Claret #631632

Tints of Claret #631632

Color information

#631632 (or 0x631632) is unknown color: approx Claret. HEX triplet: 63, 16 and 32. RGB value is (99,22,50). Sum of RGB (Red+Green+Blue) = 99+22+50=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #631632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631632 is #9CE9CD. Grayscale: #303030. Windows color (decimal): -10283470 or 3282531. OLE color: 3282531.

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

Color convert

RGB992250-
CMYK00.780.490.61
HSL338.18º63.64%23.73%-
HSV(B)338.18º77.78%38.82%-
XYZ6.013.463.37-
YUV48.22129.01164.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.89%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=57.89%
G=12.87%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99225000.780.490.61338.1863.6423.73
Hex63163204E313D1524018
Octal14326620116617552210030
Binary11000111011011001001001110110001111101101010010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631632; }

 p { color: rgb(99,22,50); }

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

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

 a { background-color: rgb(99,22,50); }

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

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

 span { border-color: rgb(99,22,50); }

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