#671E4B

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

Shades of Pompadour #671E4B

Tints of Pompadour #671E4B

Color information

#671E4B (or 0x671E4B) is unknown color: approx Pompadour. HEX triplet: 67, 1E and 4B. RGB value is (103,30,75). Sum of RGB (Red+Green+Blue) = 103+30+75=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #671E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E4B is #98E1B4. Grayscale: #383838. Windows color (decimal): -10019253 or 4922983. OLE color: 4922983.

HSL color Cylindrical-coordinate representation of color #671E4B: hue angle of 323.01º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E4B is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1033075-
CMYK00.710.270.60
HSL323.01º54.89%26.08%-
HSV(B)323.01º70.87%40.39%-
XYZ7.334.327.1-
YUV56.96138.18160.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.52%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=49.52%
G=14.42%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103307500.710.270.60323.0154.8926.08
Hex671E4B0471B3C143371a
Octal14736113010733745036732
Binary1100111111101001011010001111101111110010100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,30,75); }

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

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

 a { background-color: rgb(103,30,75); }

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

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

 span { border-color: rgb(103,30,75); }

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