Html Css Color HEX #74204F Pompadour

📋 copy color: '#74204F'

red 116 ◦ green 32 ◦ blue 79

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

Shades of Pompadour #74204F

Tints of Pompadour #74204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 51.1%
G = 14.1%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74204F (or 0x74204F) is known color: Pompadour. HEX triplet: 74, 20 and 4F. RGB value is (116,32,79). Sum of RGB (Red+Green+Blue) = 116+32+79=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74204F is #8BDFB0. Grayscale: #3E3E3E. Windows color (decimal): -9166769 or 5185652. OLE color: 5185652.

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

Color convert

RGB 116 32 79 -
CMYK 0 0.72 0.32 0.55
HSL 326.43º 0.57% 0.29% -
HSV(B) 326.43º 0.72% 0.45% -
XYZ 9.13 5.31 7.94 -
YUV 62.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 116 32 79 0 0.72 0.32 0.55 326.43 0.57 0.29
Hex 74 20 4F 0 48 20 37 146 39 1D
Octal 164 40 117 0 110 40 67 506 71 35
Binary 1110100 100000 1001111 0 1001000 100000 110111 101000110 111001 11101

Color Harmonies of #74204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74204F

Black with #74204F

Text Example


Text Example

White with #74204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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