#671448

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

Shades of Pompadour #671448

Tints of Pompadour #671448

Color information

#671448 (or 0x671448) is unknown color: approx Pompadour. HEX triplet: 67, 14 and 48. RGB value is (103,20,72). Sum of RGB (Red+Green+Blue) = 103+20+72=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #671448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671448 is #98EBB7. Grayscale: #323232. Windows color (decimal): -10021816 or 4723815. OLE color: 4723815.

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

Color convert

RGB1032072-
CMYK00.810.300.60
HSL322.41º67.48%24.12%-
HSV(B)322.41º80.58%40.39%-
XYZ7.013.856.5-
YUV50.74140165.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.82%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=52.82%
G=10.26%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103207200.810.300.60322.4167.4824.12
Hex6714480511E3C1424318
Octal147241100121367450210330
Binary11001111010010010000101000111110111100101000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671448; }

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

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

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

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

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

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

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

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