Html Css Color HEX #74124F Pompadour

📋 copy color: '#74124F'

red 116 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #74124F

Tints of Pompadour #74124F

RGB

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

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

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

R = 54.46%
G = 8.45%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74124F (or 0x74124F) is known color: Pompadour. HEX triplet: 74, 12 and 4F. RGB value is (116,18,79). Sum of RGB (Red+Green+Blue) = 116+18+79=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74124F is #8BEDB0. Grayscale: #363636. Windows color (decimal): -9170353 or 5182068. OLE color: 5182068.

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

Color convert

RGB 116 18 79 -
CMYK 0 0.84 0.32 0.55
HSL 322.65º 0.73% 0.26% -
HSV(B) 322.65º 0.84% 0.45% -
XYZ 8.83 4.71 7.84 -
YUV 54.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 116 18 79 0 0.84 0.32 0.55 322.65 0.73 0.26
Hex 74 12 4F 0 54 20 37 143 49 1A
Octal 164 22 117 0 124 40 67 503 111 32
Binary 1110100 10010 1001111 0 1010100 100000 110111 101000011 1001001 11010

Color Harmonies of #74124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74124F

Black with #74124F

Text Example


Text Example

White with #74124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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