Html Css Color HEX #6E1E4B Pompadour

📋 copy color: '#6E1E4B'

red 110 ◦ green 30 ◦ blue 75

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

Shades of Pompadour #6E1E4B

Tints of Pompadour #6E1E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.95%

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 51.16%
G = 13.95%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E1E4B (or 0x6E1E4B) is known color: Pompadour. HEX triplet: 6E, 1E and 4B. RGB value is (110,30,75). Sum of RGB (Red+Green+Blue) = 110+30+75=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E4B is #91E1B4. Grayscale: #3A3A3A. Windows color (decimal): -9560501 or 4922990. OLE color: 4922990.

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

Color convert

RGB 110 30 75 -
CMYK 0 0.73 0.32 0.57
HSL 326.25º 0.57% 0.27% -
HSV(B) 326.25º 0.73% 0.43% -
XYZ 8.16 4.75 7.14 -
YUV 59.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 110 30 75 0 0.73 0.32 0.57 326.25 0.57 0.27
Hex 6E 1E 4B 0 49 20 39 146 39 1B
Octal 156 36 113 0 111 40 71 506 71 33
Binary 1101110 11110 1001011 0 1001001 100000 111001 101000110 111001 11011

Color Harmonies of #6E1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1E4B

Black with #6E1E4B

Text Example


Text Example

White with #6E1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,30,75); }

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

background-color css

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

 a { background-color: rgb(110,30,75); }

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

border-color css

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

 span { border-color: rgb(110,30,75); }

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