Html Css Color HEX #74144D Pompadour

📋 copy color: '#74144D'

red 116 ◦ green 20 ◦ blue 77

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

Shades of Pompadour #74144D

Tints of Pompadour #74144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

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

R = 54.46%
G = 9.39%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74144D (or 0x74144D) is known color: Pompadour. HEX triplet: 74, 14 and 4D. RGB value is (116,20,77). Sum of RGB (Red+Green+Blue) = 116+20+77=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74144D is #8BEBB2. Grayscale: #373737. Windows color (decimal): -9169843 or 5051508. OLE color: 5051508.

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

Color convert

RGB 116 20 77 -
CMYK 0 0.83 0.34 0.55
HSL 324.38º 0.71% 0.27% -
HSV(B) 324.38º 0.83% 0.45% -
XYZ 8.79 4.75 7.47 -
YUV 55.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 116 20 77 0 0.83 0.34 0.55 324.38 0.71 0.27
Hex 74 14 4D 0 53 22 37 144 47 1B
Octal 164 24 115 0 123 42 67 504 107 33
Binary 1110100 10100 1001101 0 1010011 100010 110111 101000100 1000111 11011

Color Harmonies of #74144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74144D

Black with #74144D

Text Example


Text Example

White with #74144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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