Html Css Color HEX #6E1947 Pompadour

📋 copy color: '#6E1947'

red 110 ◦ green 25 ◦ blue 71

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

Shades of Pompadour #6E1947

Tints of Pompadour #6E1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 53.4%
G = 12.14%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E1947 (or 0x6E1947) is known color: Pompadour. HEX triplet: 6E, 19 and 47. RGB value is (110,25,71). Sum of RGB (Red+Green+Blue) = 110+25+71=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1947 is #91E6B8. Grayscale: #373737. Windows color (decimal): -9561785 or 4659566. OLE color: 4659566.

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

Color convert

RGB 110 25 71 -
CMYK 0 0.77 0.35 0.57
HSL 327.53º 0.63% 0.26% -
HSV(B) 327.53º 0.77% 0.43% -
XYZ 7.92 4.47 6.41 -
YUV 55.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 110 25 71 0 0.77 0.35 0.57 327.53 0.63 0.26
Hex 6E 19 47 0 4D 23 39 148 3F 1A
Octal 156 31 107 0 115 43 71 510 77 32
Binary 1101110 11001 1000111 0 1001101 100011 111001 101001000 111111 11010

Color Harmonies of #6E1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1947

Black with #6E1947

Text Example


Text Example

White with #6E1947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,71); }

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

background-color css

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

 a { background-color: rgb(110,25,71); }

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

border-color css

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

 span { border-color: rgb(110,25,71); }

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