#6E2445

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

Shades of Pompadour #6E2445

Tints of Pompadour #6E2445

Color information

#6E2445 (or 0x6E2445) is unknown color: approx Pompadour. HEX triplet: 6E, 24 and 45. RGB value is (110,36,69). Sum of RGB (Red+Green+Blue) = 110+36+69=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2445 is #91DBBA. Grayscale: #3D3D3D. Windows color (decimal): -9558971 or 4531310. OLE color: 4531310.

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

Color convert

RGB1103669-
CMYK00.670.370.57
HSL333.24º50.68%28.63%-
HSV(B)333.24º67.27%43.14%-
XYZ8.145.016.17-
YUV61.89132.02162.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.16%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=51.16%
G=16.74%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110366900.670.370.57333.2450.6828.63
Hex6E2445043253914d331d
Octal15644105010345715156335
Binary110111010010010001010100001110010111100110100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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