#6E123F

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

Shades of Pompadour #6E123F

Tints of Pompadour #6E123F

Color information

#6E123F (or 0x6E123F) is unknown color: approx Pompadour. HEX triplet: 6E, 12 and 3F. RGB value is (110,18,63). Sum of RGB (Red+Green+Blue) = 110+18+63=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E123F is #91EDC0. Grayscale: #323232. Windows color (decimal): -9563585 or 4133486. OLE color: 4133486.

HSL color Cylindrical-coordinate representation of color #6E123F: hue angle of 330.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E123F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB1101863-
CMYK00.840.430.57
HSL330.65º71.88%25.1%-
HSV(B)330.65º83.64%43.14%-
XYZ7.544.115.1-
YUV50.64134.98170.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.59%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 63 (25% from 255) = 32.98%
R=57.59%
G=9.42%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110186300.840.430.57330.6571.8825.1
Hex6E123F0542B3914b4819
Octal15622770124537151311031
Binary11011101001011111101010100101011111001101001011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,18,63); }

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

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

 a { background-color: rgb(110,18,63); }

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

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

 span { border-color: rgb(110,18,63); }

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