#631832

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

Shades of Claret #631832

Tints of Claret #631832

Color information

#631832 (or 0x631832) is unknown color: approx Claret. HEX triplet: 63, 18 and 32. RGB value is (99,24,50). Sum of RGB (Red+Green+Blue) = 99+24+50=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631832 is #9CE7CD. Grayscale: #313131. Windows color (decimal): -10282958 or 3283043. OLE color: 3283043.

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

Color convert

RGB992450-
CMYK00.760.490.61
HSL339.2º60.98%24.12%-
HSV(B)339.2º75.76%38.82%-
XYZ6.053.543.38-
YUV49.39128.35163.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=57.23%
G=13.87%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99245000.760.490.61339.260.9824.12
Hex63183204C313D1533d18
Octal1433062011461755237530
Binary1100011110001100100100110011000111110110101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631832; }

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

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

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

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

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

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

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

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