Html Css Color HEX #74154A Pompadour

📋 copy color: '#74154A'

red 116 ◦ green 21 ◦ blue 74

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

Shades of Pompadour #74154A

Tints of Pompadour #74154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 54.98%
G = 9.95%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74154A (or 0x74154A) is known color: Pompadour. HEX triplet: 74, 15 and 4A. RGB value is (116,21,74). Sum of RGB (Red+Green+Blue) = 116+21+74=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74154A is #8BEAB5. Grayscale: #373737. Windows color (decimal): -9169590 or 4855156. OLE color: 4855156.

HSL color Cylindrical-coordinate representation of color #74154A: hue angle of 326.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74154A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 74 -
CMYK 0 0.82 0.36 0.55
HSL 326.53º 0.69% 0.27% -
HSV(B) 326.53º 0.82% 0.45% -
XYZ 8.71 4.74 6.94 -
YUV 55.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 116 21 74 0 0.82 0.36 0.55 326.53 0.69 0.27
Hex 74 15 4A 0 52 24 37 147 45 1B
Octal 164 25 112 0 122 44 67 507 105 33
Binary 1110100 10101 1001010 0 1010010 100100 110111 101000111 1000101 11011

Color Harmonies of #74154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74154A

Black with #74154A

Text Example


Text Example

White with #74154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74154A; }

 p { color: rgb(116,21,74); }

 H1.HeaderClassName
 {
   color: #74154A;
 }
 .AnyTagClassName
 {
   color: #74154A;
 }
</style>

background-color css

<style>
 a { background-color: #74154A; }

 a { background-color: rgb(116,21,74); }

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

border-color css

<style>
 span { border-color: #74154A; }

 span { border-color: rgb(116,21,74); }

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