#631244

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

Shades of Pompadour #631244

Tints of Pompadour #631244

Color information

#631244 (or 0x631244) is unknown color: approx Pompadour. HEX triplet: 63, 12 and 44. RGB value is (99,18,68). Sum of RGB (Red+Green+Blue) = 99+18+68=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631244 is #9CEDBB. Grayscale: #2F2F2F. Windows color (decimal): -10284476 or 4461155. OLE color: 4461155.

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

Color convert

RGB991868-
CMYK00.820.310.61
HSL322.96º69.23%22.94%-
HSV(B)322.96º81.82%38.82%-
XYZ6.413.55.81-
YUV47.92139.34164.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=53.51%
G=9.73%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99186800.820.310.61322.9669.2322.94
Hex6312440521F3D1434517
Octal143221040122377550310527
Binary11000111001010001000101001011111111101101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631244; }

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

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

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

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

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

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

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

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