#631442

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

Shades of Pompadour #631442

Tints of Pompadour #631442

Color information

#631442 (or 0x631442) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 42. RGB value is (99,20,66). Sum of RGB (Red+Green+Blue) = 99+20+66=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631442 is #9CEBBD. Grayscale: #303030. Windows color (decimal): -10283966 or 4330595. OLE color: 4330595.

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

Color convert

RGB992066-
CMYK00.800.330.61
HSL325.06º66.39%23.33%-
HSV(B)325.06º79.8%38.82%-
XYZ6.383.555.5-
YUV48.86137.67163.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=53.51%
G=10.81%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99206600.800.330.61325.0666.3923.33
Hex631442050213D1454217
Octal143241020120417550510227
Binary110001110100100001001010000100001111101101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631442; }

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

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

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

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

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

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

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

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