#631436

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

Shades of Pompadour #631436

Tints of Pompadour #631436

Color information

#631436 (or 0x631436) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 36. RGB value is (99,20,54). Sum of RGB (Red+Green+Blue) = 99+20+54=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631436 is #9CEBC9. Grayscale: #2F2F2F. Windows color (decimal): -10283978 or 3544163. OLE color: 3544163.

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

Color convert

RGB992054-
CMYK00.800.450.61
HSL334.18º66.39%23.33%-
HSV(B)334.18º79.8%38.82%-
XYZ6.063.423.83-
YUV47.5131.67164.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=57.23%
G=11.56%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99205400.800.450.61334.1866.3923.33
Hex6314360502D3D14e4217
Octal14324660120557551610227
Binary11000111010011011001010000101101111101101001110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631436; }

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

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

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

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

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

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

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

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