Html Css Color HEX #6E1142 Pompadour

📋 copy color: '#6E1142'

red 110 ◦ green 17 ◦ blue 66

#6E1142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #6E1142

Tints of Pompadour #6E1142

RGB

 RED value IS 110 (43.36% from 255) = 56.99%

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 56.99%
G = 8.81%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#6E1142 (or 0x6E1142) is known color: Pompadour. HEX triplet: 6E, 11 and 42. RGB value is (110,17,66). Sum of RGB (Red+Green+Blue) = 110+17+66=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1142 is #91EEBD. Grayscale: #323232. Windows color (decimal): -9563838 or 4329838. OLE color: 4329838.

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

Color convert

RGB 110 17 66 -
CMYK 0 0.85 0.4 0.57
HSL 328.39º 0.73% 0.25% -
HSV(B) 328.39º 0.85% 0.43% -
XYZ 7.61 4.11 5.55 -
YUV 50.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 110 17 66 0 0.85 0.4 0.57 328.39 0.73 0.25
Hex 6E 11 42 0 55 28 39 148 49 19
Octal 156 21 102 0 125 50 71 510 111 31
Binary 1101110 10001 1000010 0 1010101 101000 111001 101001000 1001001 11001

Color Harmonies of #6E1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1142

Black with #6E1142

Text Example


Text Example

White with #6E1142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,66); }

 H1.HeaderClassName
 {
   color: #6E1142;
 }
 .AnyTagClassName
 {
   color: #6E1142;
 }
</style>

background-color css

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

 a { background-color: rgb(110,17,66); }

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

border-color css

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

 span { border-color: rgb(110,17,66); }

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