#6E2848

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

Shades of Pompadour #6E2848

Tints of Pompadour #6E2848

Color information

#6E2848 (or 0x6E2848) is unknown color: approx Pompadour. HEX triplet: 6E, 28 and 48. RGB value is (110,40,72). Sum of RGB (Red+Green+Blue) = 110+40+72=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2848 is #91D7B7. Grayscale: #404040. Windows color (decimal): -9557944 or 4728942. OLE color: 4728942.

HSL color Cylindrical-coordinate representation of color #6E2848: hue angle of 332.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E2848 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB1104072-
CMYK00.640.350.57
HSL332.57º46.67%29.41%-
HSV(B)332.57º63.64%43.14%-
XYZ8.365.36.71-
YUV64.58132.19160.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.55%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=49.55%
G=18.02%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110407200.640.350.57332.5746.6729.41
Hex6E2848040233914d2f1d
Octal15650110010043715155735
Binary110111010100010010000100000010001111100110100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,40,72); }

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

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

 a { background-color: rgb(110,40,72); }

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

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

 span { border-color: rgb(110,40,72); }

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