#671349

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

Shades of Pompadour #671349

Tints of Pompadour #671349

Color information

#671349 (or 0x671349) is unknown color: approx Pompadour. HEX triplet: 67, 13 and 49. RGB value is (103,19,73). Sum of RGB (Red+Green+Blue) = 103+19+73=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #671349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671349 is #98ECB6. Grayscale: #323232. Windows color (decimal): -10022071 or 4789095. OLE color: 4789095.

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

Color convert

RGB1031973-
CMYK00.820.290.60
HSL321.43º68.85%23.92%-
HSV(B)321.43º81.55%40.39%-
XYZ7.033.836.67-
YUV50.27140.83165.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.82%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=52.82%
G=9.74%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103197300.820.290.60321.4368.8523.92
Hex6713490521D3C1414518
Octal147231110122357450110530
Binary11001111001110010010101001011101111100101000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671349; }

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

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

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

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

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

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

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

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