#671450

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

Shades of Pompadour #671450

Tints of Pompadour #671450

Color information

#671450 (or 0x671450) is unknown color: approx Pompadour. HEX triplet: 67, 14 and 50. RGB value is (103,20,80). Sum of RGB (Red+Green+Blue) = 103+20+80=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #671450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671450 is #98EBAF. Grayscale: #333333. Windows color (decimal): -10021808 or 5248103. OLE color: 5248103.

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

Color convert

RGB1032080-
CMYK00.810.220.60
HSL316.63º67.48%24.12%-
HSV(B)316.63º80.58%40.39%-
XYZ7.293.967.97-
YUV51.66144164.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.74%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=50.74%
G=9.85%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103208000.810.220.60316.6367.4824.12
Hex671450051163C13d4318
Octal147241200121267447510330
Binary11001111010010100000101000110110111100100111101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671450; }

 p { color: rgb(103,20,80); }

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

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

 a { background-color: rgb(103,20,80); }

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

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

 span { border-color: rgb(103,20,80); }

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