#672051

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

Shades of Pompadour #672051

Tints of Pompadour #672051

Color information

#672051 (or 0x672051) is unknown color: approx Pompadour. HEX triplet: 67, 20 and 51. RGB value is (103,32,81). Sum of RGB (Red+Green+Blue) = 103+32+81=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #672051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672051 is #98DFAE. Grayscale: #3A3A3A. Windows color (decimal): -10018735 or 5316711. OLE color: 5316711.

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

Color convert

RGB1033281-
CMYK00.690.210.60
HSL318.59º52.59%26.47%-
HSV(B)318.59º68.93%40.39%-
XYZ7.64.518.25-
YUV58.82140.52159.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.69%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=47.69%
G=14.81%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103328100.690.210.60318.5952.5926.47
Hex672051045153C13f351a
Octal14740121010525744776532
Binary11001111000001010001010001011010111110010011111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672051; }

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

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

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

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

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

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

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

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