Html Css Color HEX #6E1C4F Pompadour

📋 copy color: '#6E1C4F'

red 110 ◦ green 28 ◦ blue 79

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

Shades of Pompadour #6E1C4F

Tints of Pompadour #6E1C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 50.69%
G = 12.9%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E1C4F (or 0x6E1C4F) is known color: Pompadour. HEX triplet: 6E, 1C and 4F. RGB value is (110,28,79). Sum of RGB (Red+Green+Blue) = 110+28+79=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1C4F is #91E3B0. Grayscale: #3A3A3A. Windows color (decimal): -9561009 or 5184622. OLE color: 5184622.

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

Color convert

RGB 110 28 79 -
CMYK 0 0.75 0.28 0.57
HSL 322.68º 0.59% 0.27% -
HSV(B) 322.68º 0.75% 0.43% -
XYZ 8.26 4.71 7.87 -
YUV 58.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 110 28 79 0 0.75 0.28 0.57 322.68 0.59 0.27
Hex 6E 1C 4F 0 4B 1C 39 143 3B 1B
Octal 156 34 117 0 113 34 71 503 73 33
Binary 1101110 11100 1001111 0 1001011 11100 111001 101000011 111011 11011

Color Harmonies of #6E1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1C4F

Black with #6E1C4F

Text Example


Text Example

White with #6E1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,79); }

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

background-color css

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

 a { background-color: rgb(110,28,79); }

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

border-color css

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

 span { border-color: rgb(110,28,79); }

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