#672251

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

Shades of Pompadour #672251

Tints of Pompadour #672251

Color information

#672251 (or 0x672251) is unknown color: approx Pompadour. HEX triplet: 67, 22 and 51. RGB value is (103,34,81). Sum of RGB (Red+Green+Blue) = 103+34+81=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #672251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672251 is #98DDAE. Grayscale: #3B3B3B. Windows color (decimal): -10018223 or 5317223. OLE color: 5317223.

HSL color Cylindrical-coordinate representation of color #672251: hue angle of 319.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672251 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1033481-
CMYK00.670.210.60
HSL319.13º50.36%26.86%-
HSV(B)319.13º66.99%40.39%-
XYZ7.654.628.27-
YUV59.99139.86158.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=47.25%
G=15.60%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103348100.670.210.60319.1350.3626.86
Hex672251043153C13f321b
Octal14742121010325744776233
Binary11001111000101010001010000111010111110010011111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672251; }

 p { color: rgb(103,34,81); }

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

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

 a { background-color: rgb(103,34,81); }

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

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

 span { border-color: rgb(103,34,81); }

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