#671340

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

Shades of Pompadour #671340

Tints of Pompadour #671340

Color information

#671340 (or 0x671340) is unknown color: approx Pompadour. HEX triplet: 67, 13 and 40. RGB value is (103,19,64). Sum of RGB (Red+Green+Blue) = 103+19+64=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #671340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671340 is #98ECBF. Grayscale: #313131. Windows color (decimal): -10022080 or 4199271. OLE color: 4199271.

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

Color convert

RGB1031964-
CMYK00.820.380.60
HSL327.86º68.85%23.92%-
HSV(B)327.86º81.55%40.39%-
XYZ6.753.725.21-
YUV49.25136.33166.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.38%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=55.38%
G=10.22%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103196400.820.380.60327.8668.8523.92
Hex671340052263C1484518
Octal147231000122467451010530
Binary110011110011100000001010010100110111100101001000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671340; }

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

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

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

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

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

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

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

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