#671B4A

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

Shades of Pompadour #671B4A

Tints of Pompadour #671B4A

Color information

#671B4A (or 0x671B4A) is unknown color: approx Pompadour. HEX triplet: 67, 1B and 4A. RGB value is (103,27,74). Sum of RGB (Red+Green+Blue) = 103+27+74=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #671B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B4A is #98E4B5. Grayscale: #363636. Windows color (decimal): -10020022 or 4856679. OLE color: 4856679.

HSL color Cylindrical-coordinate representation of color #671B4A: hue angle of 322.89º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B4A is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1032774-
CMYK00.740.280.60
HSL322.89º58.46%25.49%-
HSV(B)322.89º73.79%40.39%-
XYZ7.224.166.9-
YUV55.08138.68162.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 27 (10.94% from 255) = 13.24%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=50.49%
G=13.24%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103277400.740.280.60322.8958.4625.49
Hex671B4A04A1C3C1433a19
Octal14733112011234745037231
Binary1100111110111001010010010101110011110010100001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671B4A; }

 p { color: rgb(103,27,74); }

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

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

 a { background-color: rgb(103,27,74); }

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

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

 span { border-color: rgb(103,27,74); }

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