#672041

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

Shades of Pompadour #672041

Tints of Pompadour #672041

Color information

#672041 (or 0x672041) is unknown color: approx Pompadour. HEX triplet: 67, 20 and 41. RGB value is (103,32,65). Sum of RGB (Red+Green+Blue) = 103+32+65=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #672041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672041 is #98DFBE. Grayscale: #383838. Windows color (decimal): -10018751 or 4268135. OLE color: 4268135.

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

Color convert

RGB1033265-
CMYK00.690.370.60
HSL332.11º52.59%26.47%-
HSV(B)332.11º68.93%40.39%-
XYZ7.064.35.46-
YUV56.99132.52160.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=51.5%
G=16%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103326500.690.370.60332.1152.5926.47
Hex672041045253C14c351a
Octal14740101010545745146532
Binary110011110000010000010100010110010111110010100110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672041; }

 p { color: rgb(103,32,65); }

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

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

 a { background-color: rgb(103,32,65); }

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

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

 span { border-color: rgb(103,32,65); }

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