#6E274A

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

Shades of Pompadour #6E274A

Tints of Pompadour #6E274A

Color information

#6E274A (or 0x6E274A) is unknown color: approx Pompadour. HEX triplet: 6E, 27 and 4A. RGB value is (110,39,74). Sum of RGB (Red+Green+Blue) = 110+39+74=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E274A is #91D8B5. Grayscale: #404040. Windows color (decimal): -9558198 or 4859758. OLE color: 4859758.

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

Color convert

RGB1103974-
CMYK00.650.330.57
HSL330.42º47.65%29.22%-
HSV(B)330.42º64.55%43.14%-
XYZ8.395.267.05-
YUV64.22133.52160.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.33%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=49.33%
G=17.49%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110397400.650.330.57330.4247.6529.22
Hex6E274A041213914a301d
Octal15647112010141715126035
Binary110111010011110010100100000110000111100110100101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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