Html Css Color HEX #74124D Pompadour

📋 copy color: '#74124D'

red 116 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #74124D

Tints of Pompadour #74124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

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

R = 54.98%
G = 8.53%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74124D (or 0x74124D) is known color: Pompadour. HEX triplet: 74, 12 and 4D. RGB value is (116,18,77). Sum of RGB (Red+Green+Blue) = 116+18+77=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74124D is #8BEDB2. Grayscale: #353535. Windows color (decimal): -9170355 or 5050996. OLE color: 5050996.

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

Color convert

RGB 116 18 77 -
CMYK 0 0.84 0.34 0.55
HSL 323.88º 0.73% 0.26% -
HSV(B) 323.88º 0.84% 0.45% -
XYZ 8.76 4.68 7.46 -
YUV 54.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 116 18 77 0 0.84 0.34 0.55 323.88 0.73 0.26
Hex 74 12 4D 0 54 22 37 144 49 1A
Octal 164 22 115 0 124 42 67 504 111 32
Binary 1110100 10010 1001101 0 1010100 100010 110111 101000100 1001001 11010

Color Harmonies of #74124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74124D

Black with #74124D

Text Example


Text Example

White with #74124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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