#671548

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

Shades of Pompadour #671548

Tints of Pompadour #671548

Color information

#671548 (or 0x671548) is unknown color: approx Pompadour. HEX triplet: 67, 15 and 48. RGB value is (103,21,72). Sum of RGB (Red+Green+Blue) = 103+21+72=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #671548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671548 is #98EAB7. Grayscale: #333333. Windows color (decimal): -10021560 or 4724071. OLE color: 4724071.

HSL color Cylindrical-coordinate representation of color #671548: hue angle of 322.68º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671548 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1032172-
CMYK00.800.300.60
HSL322.68º66.13%24.31%-
HSV(B)322.68º79.61%40.39%-
XYZ7.033.896.51-
YUV51.33139.67164.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.55%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=52.55%
G=10.71%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103217200.800.300.60322.6866.1324.31
Hex6715480501E3C1434218
Octal147251100120367450310230
Binary11001111010110010000101000011110111100101000011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671548; }

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

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

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

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

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

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

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

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