Html Css Color HEX #6E1B51 Pompadour

📋 copy color: '#6E1B51'

red 110 ◦ green 27 ◦ blue 81

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

Shades of Pompadour #6E1B51

Tints of Pompadour #6E1B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.39%

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 50.46%
G = 12.39%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6E1B51 (or 0x6E1B51) is known color: Pompadour. HEX triplet: 6E, 1B and 51. RGB value is (110,27,81). Sum of RGB (Red+Green+Blue) = 110+27+81=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1B51 is #91E4AE. Grayscale: #393939. Windows color (decimal): -9561263 or 5315438. OLE color: 5315438.

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

Color convert

RGB 110 27 81 -
CMYK 0 0.75 0.26 0.57
HSL 320.96º 0.61% 0.27% -
HSV(B) 320.96º 0.75% 0.43% -
XYZ 8.31 4.69 8.25 -
YUV 57.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 110 27 81 0 0.75 0.26 0.57 320.96 0.61 0.27
Hex 6E 1B 51 0 4B 1A 39 141 3D 1B
Octal 156 33 121 0 113 32 71 501 75 33
Binary 1101110 11011 1010001 0 1001011 11010 111001 101000001 111101 11011

Color Harmonies of #6E1B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1B51

Black with #6E1B51

Text Example


Text Example

White with #6E1B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,27,81); }

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

background-color css

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

 a { background-color: rgb(110,27,81); }

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

border-color css

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

 span { border-color: rgb(110,27,81); }

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