#681F4B

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

Shades of Pompadour #681F4B

Tints of Pompadour #681F4B

Color information

#681F4B (or 0x681F4B) is unknown color: approx Pompadour. HEX triplet: 68, 1F and 4B. RGB value is (104,31,75). Sum of RGB (Red+Green+Blue) = 104+31+75=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #681F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F4B is #97E0B4. Grayscale: #393939. Windows color (decimal): -9953461 or 4923240. OLE color: 4923240.

HSL color Cylindrical-coordinate representation of color #681F4B: hue angle of 323.84º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F4B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1043175-
CMYK00.700.280.59
HSL323.84º54.07%26.47%-
HSV(B)323.84º70.19%40.78%-
XYZ7.474.437.12-
YUV57.84137.68160.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=49.52%
G=14.76%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104317500.700.280.59323.8454.0726.47
Hex681F4B0461C3B144361a
Octal15037113010634735046632
Binary1101000111111001011010001101110011101110100010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681F4B; }

 p { color: rgb(104,31,75); }

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

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

 a { background-color: rgb(104,31,75); }

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

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

 span { border-color: rgb(104,31,75); }

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