Html Css Color HEX #6E134A Pompadour

📋 copy color: '#6E134A'

red 110 ◦ green 19 ◦ blue 74

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

Shades of Pompadour #6E134A

Tints of Pompadour #6E134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 54.19%
G = 9.36%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E134A (or 0x6E134A) is known color: Pompadour. HEX triplet: 6E, 13 and 4A. RGB value is (110,19,74). Sum of RGB (Red+Green+Blue) = 110+19+74=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E134A is #91ECB5. Grayscale: #343434. Windows color (decimal): -9563318 or 4854638. OLE color: 4854638.

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

Color convert

RGB 110 19 74 -
CMYK 0 0.83 0.33 0.57
HSL 323.74º 0.71% 0.25% -
HSV(B) 323.74º 0.83% 0.43% -
XYZ 7.9 4.28 6.89 -
YUV 52.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 110 19 74 0 0.83 0.33 0.57 323.74 0.71 0.25
Hex 6E 13 4A 0 53 21 39 144 47 19
Octal 156 23 112 0 123 41 71 504 107 31
Binary 1101110 10011 1001010 0 1010011 100001 111001 101000100 1000111 11001

Color Harmonies of #6E134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E134A

Black with #6E134A

Text Example


Text Example

White with #6E134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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