Html Css Color HEX #6E1146 Pompadour

📋 copy color: '#6E1146'

red 110 ◦ green 17 ◦ blue 70

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

Shades of Pompadour #6E1146

Tints of Pompadour #6E1146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.53%

R = 55.84%
G = 8.63%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6E1146 (or 0x6E1146) is known color: Pompadour. HEX triplet: 6E, 11 and 46. RGB value is (110,17,70). Sum of RGB (Red+Green+Blue) = 110+17+70=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1146 is #91EEB9. Grayscale: #323232. Windows color (decimal): -9563834 or 4591982. OLE color: 4591982.

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

Color convert

RGB 110 17 70 -
CMYK 0 0.85 0.36 0.57
HSL 325.81º 0.73% 0.25% -
HSV(B) 325.81º 0.85% 0.43% -
XYZ 7.74 4.16 6.19 -
YUV 50.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 110 17 70 0 0.85 0.36 0.57 325.81 0.73 0.25
Hex 6E 11 46 0 55 24 39 146 49 19
Octal 156 21 106 0 125 44 71 506 111 31
Binary 1101110 10001 1000110 0 1010101 100100 111001 101000110 1001001 11001

Color Harmonies of #6E1146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1146

Black with #6E1146

Text Example


Text Example

White with #6E1146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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