Html Css Color HEX #742249 Pompadour

📋 copy color: '#742249'

red 116 ◦ green 34 ◦ blue 73

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

Shades of Pompadour #742249

Tints of Pompadour #742249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 52.02%
G = 15.25%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#742249 (or 0x742249) is known color: Pompadour. HEX triplet: 74, 22 and 49. RGB value is (116,34,73). Sum of RGB (Red+Green+Blue) = 116+34+73=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742249 is #8BDDB6. Grayscale: #3E3E3E. Windows color (decimal): -9166263 or 4792948. OLE color: 4792948.

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

Color convert

RGB 116 34 73 -
CMYK 0 0.71 0.37 0.55
HSL 331.46º 0.55% 0.29% -
HSV(B) 331.46º 0.71% 0.45% -
XYZ 8.98 5.34 6.86 -
YUV 62.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 116 34 73 0 0.71 0.37 0.55 331.46 0.55 0.29
Hex 74 22 49 0 47 25 37 14B 37 1D
Octal 164 42 111 0 107 45 67 513 67 35
Binary 1110100 100010 1001001 0 1000111 100101 110111 101001011 110111 11101

Color Harmonies of #742249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742249

Black with #742249

Text Example


Text Example

White with #742249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742249; }

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

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

background-color css

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

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

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

border-color css

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

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

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