#631532

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

Shades of Claret #631532

Tints of Claret #631532

Color information

#631532 (or 0x631532) is unknown color: approx Claret. HEX triplet: 63, 15 and 32. RGB value is (99,21,50). Sum of RGB (Red+Green+Blue) = 99+21+50=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #631532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631532 is #9CEACD. Grayscale: #2F2F2F. Windows color (decimal): -10283726 or 3282275. OLE color: 3282275.

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

Color convert

RGB992150-
CMYK00.790.490.61
HSL337.69º65%23.53%-
HSV(B)337.69º78.79%38.82%-
XYZ5.993.423.36-
YUV47.63129.34164.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=58.24%
G=12.35%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99215000.790.490.61337.696523.53
Hex63153204F313D1524118
Octal14325620117617552210130
Binary11000111010111001001001111110001111101101010010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631532; }

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

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

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

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

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

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

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

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