Html Css Color HEX #740F49 Pompadour

📋 copy color: '#740F49'

red 116 ◦ green 15 ◦ blue 73

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

Shades of Pompadour #740F49

Tints of Pompadour #740F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.35%

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

R = 56.86%
G = 7.35%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#740F49 (or 0x740F49) is known color: Pompadour. HEX triplet: 74, 0F and 49. RGB value is (116,15,73). Sum of RGB (Red+Green+Blue) = 116+15+73=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #740F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F49 is #8BF0B6. Grayscale: #333333. Windows color (decimal): -9171127 or 4788084. OLE color: 4788084.

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

Color convert

RGB 116 15 73 -
CMYK 0 0.87 0.37 0.55
HSL 325.54º 0.77% 0.26% -
HSV(B) 325.54º 0.87% 0.45% -
XYZ 8.58 4.54 6.73 -
YUV 51.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 116 15 73 0 0.87 0.37 0.55 325.54 0.77 0.26
Hex 74 F 49 0 57 25 37 146 4D 1A
Octal 164 17 111 0 127 45 67 506 115 32
Binary 1110100 1111 1001001 0 1010111 100101 110111 101000110 1001101 11010

Color Harmonies of #740F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740F49

Black with #740F49

Text Example


Text Example

White with #740F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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