#631633

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

Shades of Claret #631633

Tints of Claret #631633

Color information

#631633 (or 0x631633) is unknown color: approx Claret. HEX triplet: 63, 16 and 33. RGB value is (99,22,51). Sum of RGB (Red+Green+Blue) = 99+22+51=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #631633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631633 is #9CE9CC. Grayscale: #303030. Windows color (decimal): -10283469 or 3348067. OLE color: 3348067.

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

Color convert

RGB992251-
CMYK00.780.480.61
HSL337.4º63.64%23.73%-
HSV(B)337.4º77.78%38.82%-
XYZ6.033.473.48-
YUV48.33129.51164.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=57.56%
G=12.79%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99225100.780.480.61337.463.6423.73
Hex63163304E303D1514018
Octal14326630116607552110030
Binary11000111011011001101001110110000111101101010001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631633; }

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

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

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

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

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

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

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

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