Html Css Color HEX #74124C Pompadour

📋 copy color: '#74124C'

red 116 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #74124C

Tints of Pompadour #74124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 55.24%
G = 8.57%
B = 36.19%

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

#74124C (or 0x74124C) is known color: Pompadour. HEX triplet: 74, 12 and 4C. RGB value is (116,18,76). Sum of RGB (Red+Green+Blue) = 116+18+76=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74124C is #8BEDB3. Grayscale: #353535. Windows color (decimal): -9170356 or 4985460. OLE color: 4985460.

HSL color Cylindrical-coordinate representation of color #74124C: hue angle of 324.49º 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 #74124C is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 76 -
CMYK 0 0.84 0.34 0.55
HSL 324.49º 0.73% 0.26% -
HSV(B) 324.49º 0.84% 0.45% -
XYZ 8.72 4.67 7.28 -
YUV 53.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 116 18 76 0 0.84 0.34 0.55 324.49 0.73 0.26
Hex 74 12 4C 0 54 22 37 144 49 1A
Octal 164 22 114 0 124 42 67 504 111 32
Binary 1110100 10010 1001100 0 1010100 100010 110111 101000100 1001001 11010

Color Harmonies of #74124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74124C

Black with #74124C

Text Example


Text Example

White with #74124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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