Html Css Color HEX #6E1249 Pompadour

📋 copy color: '#6E1249'

red 110 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #6E1249

Tints of Pompadour #6E1249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 73 (28.91% from 255) = 36.32%

R = 54.73%
G = 8.96%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6E1249 (or 0x6E1249) is known color: Pompadour. HEX triplet: 6E, 12 and 49. RGB value is (110,18,73). Sum of RGB (Red+Green+Blue) = 110+18+73=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1249 is #91EDB6. Grayscale: #333333. Windows color (decimal): -9563575 or 4788846. OLE color: 4788846.

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

Color convert

RGB 110 18 73 -
CMYK 0 0.84 0.34 0.57
HSL 324.13º 0.72% 0.25% -
HSV(B) 324.13º 0.84% 0.43% -
XYZ 7.85 4.23 6.71 -
YUV 51.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 110 18 73 0 0.84 0.34 0.57 324.13 0.72 0.25
Hex 6E 12 49 0 54 22 39 144 48 19
Octal 156 22 111 0 124 42 71 504 110 31
Binary 1101110 10010 1001001 0 1010100 100010 111001 101000100 1001000 11001

Color Harmonies of #6E1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1249

Black with #6E1249

Text Example


Text Example

White with #6E1249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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