#631931

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

Shades of Claret #631931

Tints of Claret #631931

Color information

#631931 (or 0x631931) is unknown color: approx Claret. HEX triplet: 63, 19 and 31. RGB value is (99,25,49). Sum of RGB (Red+Green+Blue) = 99+25+49=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631931 is #9CE6CE. Grayscale: #313131. Windows color (decimal): -10282703 or 3217763. OLE color: 3217763.

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

Color convert

RGB992549-
CMYK00.750.510.61
HSL340.54º59.68%24.31%-
HSV(B)340.54º74.75%38.82%-
XYZ6.053.573.28-
YUV49.86127.52163.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=57.23%
G=14.45%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99254900.750.510.61340.5459.6824.31
Hex63193104B333D1553c18
Octal1433161011363755257430
Binary1100011110011100010100101111001111110110101010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631931; }

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

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

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

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

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

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

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

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