#672042

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

Shades of Pompadour #672042

Tints of Pompadour #672042

Color information

#672042 (or 0x672042) is unknown color: approx Pompadour. HEX triplet: 67, 20 and 42. RGB value is (103,32,66). Sum of RGB (Red+Green+Blue) = 103+32+66=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #672042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672042 is #98DFBD. Grayscale: #393939. Windows color (decimal): -10018750 or 4333671. OLE color: 4333671.

HSL color Cylindrical-coordinate representation of color #672042: hue angle of 331.27º 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 #672042 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB1033266-
CMYK00.690.360.60
HSL331.27º52.59%26.47%-
HSV(B)331.27º68.93%40.39%-
XYZ7.094.315.61-
YUV57.1133.02160.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=51.24%
G=15.92%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103326600.690.360.60331.2752.5926.47
Hex672042045243C14b351a
Octal14740102010544745136532
Binary110011110000010000100100010110010011110010100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672042; }

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

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

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

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

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

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

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

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