#631332

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

Shades of Claret #631332

Tints of Claret #631332

Color information

#631332 (or 0x631332) is unknown color: approx Claret. HEX triplet: 63, 13 and 32. RGB value is (99,19,50). Sum of RGB (Red+Green+Blue) = 99+19+50=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #631332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631332 is #9CECCD. Grayscale: #2E2E2E. Windows color (decimal): -10284238 or 3281763. OLE color: 3281763.

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

Color convert

RGB991950-
CMYK00.810.490.61
HSL336.75º67.8%23.14%-
HSV(B)336.75º80.81%38.82%-
XYZ5.953.353.35-
YUV46.45130165.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=58.93%
G=11.31%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99195000.810.490.61336.7567.823.14
Hex631332051313D1514417
Octal14323620121617552110427
Binary11000111001111001001010001110001111101101010001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631332; }

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

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

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

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

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

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

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

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