Html Css Color HEX #74154E Pompadour

📋 copy color: '#74154E'

red 116 ◦ green 21 ◦ blue 78

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

Shades of Pompadour #74154E

Tints of Pompadour #74154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.28%

R = 53.95%
G = 9.77%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74154E (or 0x74154E) is known color: Pompadour. HEX triplet: 74, 15 and 4E. RGB value is (116,21,78). Sum of RGB (Red+Green+Blue) = 116+21+78=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74154E is #8BEAB1. Grayscale: #373737. Windows color (decimal): -9169586 or 5117300. OLE color: 5117300.

HSL color Cylindrical-coordinate representation of color #74154E: hue angle of 324º 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 #74154E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 78 -
CMYK 0 0.82 0.33 0.55
HSL 324º 0.69% 0.27% -
HSV(B) 324º 0.82% 0.45% -
XYZ 8.85 4.8 7.67 -
YUV 55.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 116 21 78 0 0.82 0.33 0.55 324 0.69 0.27
Hex 74 15 4E 0 52 21 37 144 45 1B
Octal 164 25 116 0 122 41 67 504 105 33
Binary 1110100 10101 1001110 0 1010010 100001 110111 101000100 1000101 11011

Color Harmonies of #74154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74154E

Black with #74154E

Text Example


Text Example

White with #74154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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