Html Css Color HEX #74204D Pompadour

📋 copy color: '#74204D'

red 116 ◦ green 32 ◦ blue 77

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

Shades of Pompadour #74204D

Tints of Pompadour #74204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

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

R = 51.56%
G = 14.22%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74204D (or 0x74204D) is known color: Pompadour. HEX triplet: 74, 20 and 4D. RGB value is (116,32,77). Sum of RGB (Red+Green+Blue) = 116+32+77=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74204D is #8BDFB2. Grayscale: #3E3E3E. Windows color (decimal): -9166771 or 5054580. OLE color: 5054580.

HSL color Cylindrical-coordinate representation of color #74204D: hue angle of 327.86º degrees, saturation: 0.57, 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 #74204D is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 77 -
CMYK 0 0.72 0.34 0.55
HSL 327.86º 0.57% 0.29% -
HSV(B) 327.86º 0.72% 0.45% -
XYZ 9.06 5.28 7.56 -
YUV 62.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 116 32 77 0 0.72 0.34 0.55 327.86 0.57 0.29
Hex 74 20 4D 0 48 22 37 148 39 1D
Octal 164 40 115 0 110 42 67 510 71 35
Binary 1110100 100000 1001101 0 1001000 100010 110111 101001000 111001 11101

Color Harmonies of #74204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74204D

Black with #74204D

Text Example


Text Example

White with #74204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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