#6E183B

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

Shades of Pompadour #6E183B

Tints of Pompadour #6E183B

Color information

#6E183B (or 0x6E183B) is unknown color: approx Pompadour. HEX triplet: 6E, 18 and 3B. RGB value is (110,24,59). Sum of RGB (Red+Green+Blue) = 110+24+59=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E183B is #91E7C4. Grayscale: #353535. Windows color (decimal): -9562053 or 3872878. OLE color: 3872878.

HSL color Cylindrical-coordinate representation of color #6E183B: hue angle of 335.58º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E183B is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB1102459-
CMYK00.780.460.57
HSL335.58º64.18%26.27%-
HSV(B)335.58º78.18%43.14%-
XYZ7.554.284.57-
YUV53.7130.99168.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.99%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=56.99%
G=12.44%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110245900.780.460.57335.5864.1826.27
Hex6E183B04E2E39150401a
Octal15630730116567152010032
Binary11011101100011101101001110101110111001101010000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,59); }

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

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

 a { background-color: rgb(110,24,59); }

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

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

 span { border-color: rgb(110,24,59); }

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