Html Css Color HEX #74244C Pompadour

📋 copy color: '#74244C'

red 116 ◦ green 36 ◦ blue 76

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

Shades of Pompadour #74244C

Tints of Pompadour #74244C

RGB

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

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

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

R = 50.88%
G = 15.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74244C (or 0x74244C) is known color: Pompadour. HEX triplet: 74, 24 and 4C. RGB value is (116,36,76). Sum of RGB (Red+Green+Blue) = 116+36+76=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74244C is #8BDBB3. Grayscale: #404040. Windows color (decimal): -9165748 or 4990068. OLE color: 4990068.

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

Color convert

RGB 116 36 76 -
CMYK 0 0.69 0.34 0.55
HSL 330º 0.53% 0.3% -
HSV(B) 330º 0.69% 0.45% -
XYZ 9.14 5.5 7.42 -
YUV 64.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 116 36 76 0 0.69 0.34 0.55 330 0.53 0.3
Hex 74 24 4C 0 45 22 37 14A 35 1E
Octal 164 44 114 0 105 42 67 512 65 36
Binary 1110100 100100 1001100 0 1000101 100010 110111 101001010 110101 11110

Color Harmonies of #74244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74244C

Black with #74244C

Text Example


Text Example

White with #74244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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