#671A4B

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

Shades of Pompadour #671A4B

Tints of Pompadour #671A4B

Color information

#671A4B (or 0x671A4B) is unknown color: approx Pompadour. HEX triplet: 67, 1A and 4B. RGB value is (103,26,75). Sum of RGB (Red+Green+Blue) = 103+26+75=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #671A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A4B is #98E5B4. Grayscale: #363636. Windows color (decimal): -10020277 or 4921959. OLE color: 4921959.

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

Color convert

RGB1032675-
CMYK00.750.270.60
HSL321.82º59.69%25.29%-
HSV(B)321.82º74.76%40.39%-
XYZ7.234.137.07-
YUV54.61139.51162.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=50.49%
G=12.75%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103267500.750.270.60321.8259.6925.29
Hex671A4B04B1B3C1423c19
Octal14732113011333745027431
Binary1100111110101001011010010111101111110010100001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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