#6E2847

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

Shades of Pompadour #6E2847

Tints of Pompadour #6E2847

Color information

#6E2847 (or 0x6E2847) is unknown color: approx Pompadour. HEX triplet: 6E, 28 and 47. RGB value is (110,40,71). Sum of RGB (Red+Green+Blue) = 110+40+71=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2847 is #91D7B8. Grayscale: #404040. Windows color (decimal): -9557945 or 4663406. OLE color: 4663406.

HSL color Cylindrical-coordinate representation of color #6E2847: hue angle of 333.43º 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 #6E2847 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB1104071-
CMYK00.640.350.57
HSL333.43º46.67%29.41%-
HSV(B)333.43º63.64%43.14%-
XYZ8.335.296.54-
YUV64.46131.69160.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.77%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=49.77%
G=18.10%
B=32.13%

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
Decimal110407100.640.350.57333.4346.6729.41
Hex6E2847040233914d2f1d
Octal15650107010043715155735
Binary110111010100010001110100000010001111100110100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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