#671445

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

Shades of Pompadour #671445

Tints of Pompadour #671445

Color information

#671445 (or 0x671445) is unknown color: approx Pompadour. HEX triplet: 67, 14 and 45. RGB value is (103,20,69). Sum of RGB (Red+Green+Blue) = 103+20+69=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #671445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671445 is #98EBBA. Grayscale: #323232. Windows color (decimal): -10021819 or 4527207. OLE color: 4527207.

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

Color convert

RGB1032069-
CMYK00.810.330.60
HSL324.58º67.48%24.12%-
HSV(B)324.58º80.58%40.39%-
XYZ6.923.816-
YUV50.4138.5165.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.65%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=53.65%
G=10.42%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103206900.810.330.60324.5867.4824.12
Hex671445051213C1454318
Octal147241050121417450510330
Binary110011110100100010101010001100001111100101000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671445; }

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

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

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

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

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

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

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

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