Html Css Color HEX #74224E Pompadour

📋 copy color: '#74224E'

red 116 ◦ green 34 ◦ blue 78

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

Shades of Pompadour #74224E

Tints of Pompadour #74224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 50.88%
G = 14.91%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74224E (or 0x74224E) is known color: Pompadour. HEX triplet: 74, 22 and 4E. RGB value is (116,34,78). Sum of RGB (Red+Green+Blue) = 116+34+78=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74224E is #8BDDB1. Grayscale: #3F3F3F. Windows color (decimal): -9166258 or 5120628. OLE color: 5120628.

HSL color Cylindrical-coordinate representation of color #74224E: hue angle of 327.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74224E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 78 -
CMYK 0 0.71 0.33 0.55
HSL 327.8º 0.55% 0.29% -
HSV(B) 327.8º 0.71% 0.45% -
XYZ 9.15 5.41 7.77 -
YUV 63.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 116 34 78 0 0.71 0.33 0.55 327.8 0.55 0.29
Hex 74 22 4E 0 47 21 37 148 37 1D
Octal 164 42 116 0 107 41 67 510 67 35
Binary 1110100 100010 1001110 0 1000111 100001 110111 101001000 110111 11101

Color Harmonies of #74224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74224E

Black with #74224E

Text Example


Text Example

White with #74224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74224E; }

 p { color: rgb(116,34,78); }

 H1.HeaderClassName
 {
   color: #74224E;
 }
 .AnyTagClassName
 {
   color: #74224E;
 }
</style>

background-color css

<style>
 a { background-color: #74224E; }

 a { background-color: rgb(116,34,78); }

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

border-color css

<style>
 span { border-color: #74224E; }

 span { border-color: rgb(116,34,78); }

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