Html Css Color HEX #6E1039 Pompadour

📋 copy color: '#6E1039'

red 110 ◦ green 16 ◦ blue 57

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

Shades of Pompadour #6E1039

Tints of Pompadour #6E1039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 60.11%
G = 8.74%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E1039 (or 0x6E1039) is known color: Pompadour. HEX triplet: 6E, 10 and 39. RGB value is (110,16,57). Sum of RGB (Red+Green+Blue) = 110+16+57=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1039 is #91EFC6. Grayscale: #303030. Windows color (decimal): -9564103 or 3739758. OLE color: 3739758.

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

Color convert

RGB 110 16 57 -
CMYK 0 0.85 0.48 0.57
HSL 333.83º 0.75% 0.25% -
HSV(B) 333.83º 0.85% 0.43% -
XYZ 7.35 3.98 4.25 -
YUV 48.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 110 16 57 0 0.85 0.48 0.57 333.83 0.75 0.25
Hex 6E 10 39 0 55 30 39 14E 4B 19
Octal 156 20 71 0 125 60 71 516 113 31
Binary 1101110 10000 111001 0 1010101 110000 111001 101001110 1001011 11001

Color Harmonies of #6E1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1039

Black with #6E1039

Text Example


Text Example

White with #6E1039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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