#671440

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

Shades of Pompadour #671440

Tints of Pompadour #671440

Color information

#671440 (or 0x671440) is unknown color: approx Pompadour. HEX triplet: 67, 14 and 40. RGB value is (103,20,64). Sum of RGB (Red+Green+Blue) = 103+20+64=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #671440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671440 is #98EBBF. Grayscale: #313131. Windows color (decimal): -10021824 or 4199527. OLE color: 4199527.

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

Color convert

RGB1032064-
CMYK00.810.380.60
HSL328.19º67.48%24.12%-
HSV(B)328.19º80.58%40.39%-
XYZ6.773.755.22-
YUV49.83136165.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.08%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=55.08%
G=10.70%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103206400.810.380.60328.1967.4824.12
Hex671440051263C1484318
Octal147241000121467451010330
Binary110011110100100000001010001100110111100101001000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671440; }

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

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

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

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

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

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

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

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