Html Css Color HEX #6E1739 Pompadour

📋 copy color: '#6E1739'

red 110 ◦ green 23 ◦ blue 57

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

Shades of Pompadour #6E1739

Tints of Pompadour #6E1739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

 BLUE value IS 57 (22.66% from 255) = 30%

R = 57.89%
G = 12.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E1739 (or 0x6E1739) is known color: Pompadour. HEX triplet: 6E, 17 and 39. RGB value is (110,23,57). Sum of RGB (Red+Green+Blue) = 110+23+57=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1739 is #91E8C6. Grayscale: #343434. Windows color (decimal): -9562311 or 3741550. OLE color: 3741550.

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

Color convert

RGB 110 23 57 -
CMYK 0 0.79 0.48 0.57
HSL 336.55º 0.65% 0.26% -
HSV(B) 336.55º 0.79% 0.43% -
XYZ 7.48 4.22 4.29 -
YUV 52.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 110 23 57 0 0.79 0.48 0.57 336.55 0.65 0.26
Hex 6E 17 39 0 4F 30 39 151 41 1A
Octal 156 27 71 0 117 60 71 521 101 32
Binary 1101110 10111 111001 0 1001111 110000 111001 101010001 1000001 11010

Color Harmonies of #6E1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1739

Black with #6E1739

Text Example


Text Example

White with #6E1739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,23,57); }

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

background-color css

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

 a { background-color: rgb(110,23,57); }

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

border-color css

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

 span { border-color: rgb(110,23,57); }

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