#671249

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

Shades of Pompadour #671249

Tints of Pompadour #671249

Color information

#671249 (or 0x671249) is unknown color: approx Pompadour. HEX triplet: 67, 12 and 49. RGB value is (103,18,73). Sum of RGB (Red+Green+Blue) = 103+18+73=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #671249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671249 is #98EDB6. Grayscale: #313131. Windows color (decimal): -10022327 or 4788839. OLE color: 4788839.

HSL color Cylindrical-coordinate representation of color #671249: hue angle of 321.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671249 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1031873-
CMYK00.830.290.60
HSL321.18º70.25%23.73%-
HSV(B)321.18º82.52%40.39%-
XYZ7.013.86.67-
YUV49.68141.16166.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=53.09%
G=9.28%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103187300.830.290.60321.1870.2523.73
Hex6712490531D3C1414618
Octal147221110123357450110630
Binary11001111001010010010101001111101111100101000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671249; }

 p { color: rgb(103,18,73); }

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

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

 a { background-color: rgb(103,18,73); }

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

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

 span { border-color: rgb(103,18,73); }

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