#631933

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

Shades of Claret #631933

Tints of Claret #631933

Color information

#631933 (or 0x631933) is unknown color: approx Claret. HEX triplet: 63, 19 and 33. RGB value is (99,25,51). Sum of RGB (Red+Green+Blue) = 99+25+51=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631933 is #9CE6CC. Grayscale: #323232. Windows color (decimal): -10282701 or 3348835. OLE color: 3348835.

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

Color convert

RGB992551-
CMYK00.750.480.61
HSL338.92º59.68%24.31%-
HSV(B)338.92º74.75%38.82%-
XYZ6.093.593.5-
YUV50.09128.52162.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=56.57%
G=14.29%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99255100.750.480.61338.9259.6824.31
Hex63193304B303D1533c18
Octal1433163011360755237430
Binary1100011110011100110100101111000011110110101001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631933; }

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

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

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

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

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

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

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

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