Html Css Color HEX #74244F Pompadour

📋 copy color: '#74244F'

red 116 ◦ green 36 ◦ blue 79

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

Shades of Pompadour #74244F

Tints of Pompadour #74244F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 50.22%
G = 15.58%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74244F (or 0x74244F) is known color: Pompadour. HEX triplet: 74, 24 and 4F. RGB value is (116,36,79). Sum of RGB (Red+Green+Blue) = 116+36+79=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74244F is #8BDBB0. Grayscale: #404040. Windows color (decimal): -9165745 or 5186676. OLE color: 5186676.

HSL color Cylindrical-coordinate representation of color #74244F: hue angle of 327.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74244F is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 79 -
CMYK 0 0.69 0.32 0.55
HSL 327.75º 0.53% 0.3% -
HSV(B) 327.75º 0.69% 0.45% -
XYZ 9.24 5.54 7.98 -
YUV 64.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 116 36 79 0 0.69 0.32 0.55 327.75 0.53 0.3
Hex 74 24 4F 0 45 20 37 148 35 1E
Octal 164 44 117 0 105 40 67 510 65 36
Binary 1110100 100100 1001111 0 1000101 100000 110111 101001000 110101 11110

Color Harmonies of #74244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74244F

Black with #74244F

Text Example


Text Example

White with #74244F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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