#631841

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

Shades of Pompadour #631841

Tints of Pompadour #631841

Color information

#631841 (or 0x631841) is unknown color: approx Pompadour. HEX triplet: 63, 18 and 41. RGB value is (99,24,65). Sum of RGB (Red+Green+Blue) = 99+24+65=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631841 is #9CE7BE. Grayscale: #333333. Windows color (decimal): -10282943 or 4266083. OLE color: 4266083.

HSL color Cylindrical-coordinate representation of color #631841: hue angle of 327.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631841 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB992465-
CMYK00.760.340.61
HSL327.2º60.98%24.12%-
HSV(B)327.2º75.76%38.82%-
XYZ6.433.695.37-
YUV51.1135.85162.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=52.66%
G=12.77%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99246500.760.340.61327.260.9824.12
Hex63184104C223D1473d18
Octal14330101011442755077530
Binary11000111100010000010100110010001011110110100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631841; }

 p { color: rgb(99,24,65); }

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

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

 a { background-color: rgb(99,24,65); }

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

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

 span { border-color: rgb(99,24,65); }

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