#6e154b

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

Shades of Pompadour #6E154B

Tints of Pompadour #6E154B

Color information

#6E154B (or 0x6E154B) is unknown color: approx Pompadour. HEX triplet: 6E, 15 and 4B. RGB value is (110,21,75). Sum of RGB (Red+Green+Blue) = 110+21+75=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E154B is #91EAB4. Grayscale: #353535. Windows color (decimal): -9562805 or 4920686. OLE color: 4920686.

HSL color Cylindrical-coordinate representation of color #6E154B: hue angle of 323.6º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E154B is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1102175-
CMYK00.810.320.57
HSL323.6º67.94%25.69%-
HSV(B)323.6º80.91%43.14%-
XYZ7.974.367.08-
YUV53.77139.99168.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.40%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=53.40%
G=10.19%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110217500.810.320.57323.667.9425.69
Hex6E154B0512039144441a
Octal156251130121407150410432
Binary110111010101100101101010001100000111001101000100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e154b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6e154b; }

 p { color: rgb(110,21,75); }

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

<style>
 a { background-color: #6e154b; }

 a { background-color: rgb(110,21,75); }

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

<style>
 span { border-color: #6e154b; }

 span { border-color: rgb(110,21,75); }

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