#6E2448

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

Shades of Pompadour #6E2448

Tints of Pompadour #6E2448

Color information

#6E2448 (or 0x6E2448) is unknown color: approx Pompadour. HEX triplet: 6E, 24 and 48. RGB value is (110,36,72). Sum of RGB (Red+Green+Blue) = 110+36+72=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2448 is #91DBB7. Grayscale: #3E3E3E. Windows color (decimal): -9558968 or 4727918. OLE color: 4727918.

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

Color convert

RGB1103672-
CMYK00.670.350.57
HSL330.81º50.68%28.63%-
HSV(B)330.81º67.27%43.14%-
XYZ8.235.046.67-
YUV62.23133.52162.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.46%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=50.46%
G=16.51%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110367200.670.350.57330.8150.6828.63
Hex6E2448043233914b331d
Octal15644110010343715136335
Binary110111010010010010000100001110001111100110100101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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