#6E2748

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

Shades of Pompadour #6E2748

Tints of Pompadour #6E2748

Color information

#6E2748 (or 0x6E2748) is unknown color: approx Pompadour. HEX triplet: 6E, 27 and 48. RGB value is (110,39,72). Sum of RGB (Red+Green+Blue) = 110+39+72=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2748 is #91D8B7. Grayscale: #3F3F3F. Windows color (decimal): -9558200 or 4728686. OLE color: 4728686.

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

Color convert

RGB1103972-
CMYK00.650.350.57
HSL332.11º47.65%29.22%-
HSV(B)332.11º64.55%43.14%-
XYZ8.335.236.7-
YUV63.99132.52160.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.77%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=49.77%
G=17.65%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110397200.650.350.57332.1147.6529.22
Hex6E2748041233914c301d
Octal15647110010143715146035
Binary110111010011110010000100000110001111100110100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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