Html Css Color HEX #6E184A Pompadour

📋 copy color: '#6E184A'

red 110 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #6E184A

Tints of Pompadour #6E184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 52.88%
G = 11.54%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E184A (or 0x6E184A) is known color: Pompadour. HEX triplet: 6E, 18 and 4A. RGB value is (110,24,74). Sum of RGB (Red+Green+Blue) = 110+24+74=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E184A is #91E7B5. Grayscale: #373737. Windows color (decimal): -9562038 or 4855918. OLE color: 4855918.

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

Color convert

RGB 110 24 74 -
CMYK 0 0.78 0.33 0.57
HSL 325.12º 0.64% 0.26% -
HSV(B) 325.12º 0.78% 0.43% -
XYZ 7.99 4.46 6.92 -
YUV 55.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 110 24 74 0 0.78 0.33 0.57 325.12 0.64 0.26
Hex 6E 18 4A 0 4E 21 39 145 40 1A
Octal 156 30 112 0 116 41 71 505 100 32
Binary 1101110 11000 1001010 0 1001110 100001 111001 101000101 1000000 11010

Color Harmonies of #6E184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E184A

Black with #6E184A

Text Example


Text Example

White with #6E184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,24,74); }

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

background-color css

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

 a { background-color: rgb(110,24,74); }

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

border-color css

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

 span { border-color: rgb(110,24,74); }

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