Html Css Color HEX #742149 Pompadour

📋 copy color: '#742149'

red 116 ◦ green 33 ◦ blue 73

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

Shades of Pompadour #742149

Tints of Pompadour #742149

RGB

 RED value IS 116 (45.7% from 255) = 52.25%

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 52.25%
G = 14.86%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#742149 (or 0x742149) is known color: Pompadour. HEX triplet: 74, 21 and 49. RGB value is (116,33,73). Sum of RGB (Red+Green+Blue) = 116+33+73=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #742149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742149 is #8BDEB6. Grayscale: #3E3E3E. Windows color (decimal): -9166519 or 4792692. OLE color: 4792692.

HSL color Cylindrical-coordinate representation of color #742149: hue angle of 331.08º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742149 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 73 -
CMYK 0 0.72 0.37 0.55
HSL 331.08º 0.56% 0.29% -
HSV(B) 331.08º 0.72% 0.45% -
XYZ 8.95 5.28 6.85 -
YUV 62.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 116 33 73 0 0.72 0.37 0.55 331.08 0.56 0.29
Hex 74 21 49 0 48 25 37 14B 38 1D
Octal 164 41 111 0 110 45 67 513 70 35
Binary 1110100 100001 1001001 0 1001000 100101 110111 101001011 111000 11101

Color Harmonies of #742149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742149

Black with #742149

Text Example


Text Example

White with #742149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742149; }

 p { color: rgb(116,33,73); }

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

background-color css

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

 a { background-color: rgb(116,33,73); }

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

border-color css

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

 span { border-color: rgb(116,33,73); }

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