#631432

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

Shades of Claret #631432

Tints of Claret #631432

Color information

#631432 (or 0x631432) is unknown color: approx Claret. HEX triplet: 63, 14 and 32. RGB value is (99,20,50). Sum of RGB (Red+Green+Blue) = 99+20+50=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #631432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631432 is #9CEBCD. Grayscale: #2F2F2F. Windows color (decimal): -10283982 or 3282019. OLE color: 3282019.

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

Color convert

RGB992050-
CMYK00.800.490.61
HSL337.22º66.39%23.33%-
HSV(B)337.22º79.8%38.82%-
XYZ5.973.383.36-
YUV47.04129.67165.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.58%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=58.58%
G=11.83%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99205000.800.490.61337.2266.3923.33
Hex631432050313D1514217
Octal14324620120617552110227
Binary11000111010011001001010000110001111101101010001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631432; }

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

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

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

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

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

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

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

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