#6E284D

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

Shades of Pompadour #6E284D

Tints of Pompadour #6E284D

Color information

#6E284D (or 0x6E284D) is unknown color: approx Pompadour. HEX triplet: 6E, 28 and 4D. RGB value is (110,40,77). Sum of RGB (Red+Green+Blue) = 110+40+77=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E284D is #91D7B2. Grayscale: #414141. Windows color (decimal): -9557939 or 5056622. OLE color: 5056622.

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

Color convert

RGB1104077-
CMYK00.640.30.57
HSL328.29º46.67%29.41%-
HSV(B)328.29º63.64%43.14%-
XYZ8.535.377.61-
YUV65.15134.69159.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.46%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=48.46%
G=17.62%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110407700.640.30.57328.2946.6729.41
Hex6E284D0401E391482f1d
Octal15650115010036715105735
Binary11011101010001001101010000001111011100110100100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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