#6E2743

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

Shades of Pompadour #6E2743

Tints of Pompadour #6E2743

Color information

#6E2743 (or 0x6E2743) is unknown color: approx Pompadour. HEX triplet: 6E, 27 and 43. RGB value is (110,39,67). Sum of RGB (Red+Green+Blue) = 110+39+67=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2743 is #91D8BC. Grayscale: #3F3F3F. Windows color (decimal): -9558205 or 4401006. OLE color: 4401006.

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

Color convert

RGB1103967-
CMYK00.650.390.57
HSL336.34º47.65%29.22%-
HSV(B)336.34º64.55%43.14%-
XYZ8.175.175.88-
YUV63.42130.02161.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.93%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=50.93%
G=18.06%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110396700.650.390.57336.3447.6529.22
Hex6E27430412739150301d
Octal15647103010147715206035
Binary110111010011110000110100000110011111100110101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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