#671B4C

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

Shades of Pompadour #671B4C

Tints of Pompadour #671B4C

Color information

#671B4C (or 0x671B4C) is unknown color: approx Pompadour. HEX triplet: 67, 1B and 4C. RGB value is (103,27,76). Sum of RGB (Red+Green+Blue) = 103+27+76=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #671B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B4C is #98E4B3. Grayscale: #373737. Windows color (decimal): -10020020 or 4987751. OLE color: 4987751.

HSL color Cylindrical-coordinate representation of color #671B4C: hue angle of 321.32º 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 #671B4C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1032776-
CMYK00.740.260.60
HSL321.32º58.46%25.49%-
HSV(B)321.32º73.79%40.39%-
XYZ7.294.197.26-
YUV55.31139.68162.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=50%
G=13.11%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103277600.740.260.60321.3258.4625.49
Hex671B4C04A1A3C1413a19
Octal14733114011232745017231
Binary1100111110111001100010010101101011110010100000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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