Html Css Color HEX #740E4D Pompadour

📋 copy color: '#740E4D'

red 116 ◦ green 14 ◦ blue 77

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

Shades of Pompadour #740E4D

Tints of Pompadour #740E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.76%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 56.04%
G = 6.76%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#740E4D (or 0x740E4D) is known color: Pompadour. HEX triplet: 74, 0E and 4D. RGB value is (116,14,77). Sum of RGB (Red+Green+Blue) = 116+14+77=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #740E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E4D is #8BF1B2. Grayscale: #333333. Windows color (decimal): -9171379 or 5049972. OLE color: 5049972.

HSL color Cylindrical-coordinate representation of color #740E4D: hue angle of 322.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E4D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 14 77 -
CMYK 0 0.88 0.34 0.55
HSL 322.94º 0.78% 0.25% -
HSV(B) 322.94º 0.88% 0.45% -
XYZ 8.7 4.56 7.44 -
YUV 51.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 116 14 77 0 0.88 0.34 0.55 322.94 0.78 0.25
Hex 74 E 4D 0 58 22 37 143 4E 19
Octal 164 16 115 0 130 42 67 503 116 31
Binary 1110100 1110 1001101 0 1011000 100010 110111 101000011 1001110 11001

Color Harmonies of #740E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E4D

Black with #740E4D

Text Example


Text Example

White with #740E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,14,77); }

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

background-color css

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

 a { background-color: rgb(116,14,77); }

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

border-color css

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

 span { border-color: rgb(116,14,77); }

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