#631444

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

Shades of Pompadour #631444

Tints of Pompadour #631444

Color information

#631444 (or 0x631444) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 44. RGB value is (99,20,68). Sum of RGB (Red+Green+Blue) = 99+20+68=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #631444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631444 is #9CEBBB. Grayscale: #303030. Windows color (decimal): -10283964 or 4461667. OLE color: 4461667.

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

Color convert

RGB992068-
CMYK00.800.310.61
HSL323.54º66.39%23.33%-
HSV(B)323.54º79.8%38.82%-
XYZ6.443.575.82-
YUV49.09138.67163.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=52.94%
G=10.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99206800.800.310.61323.5466.3923.33
Hex6314440501F3D1444217
Octal143241040120377550410227
Binary11000111010010001000101000011111111101101000100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631444; }

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

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

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

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

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

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

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

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