Html Css Color HEX #74224A Pompadour

📋 copy color: '#74224A'

red 116 ◦ green 34 ◦ blue 74

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

Shades of Pompadour #74224A

Tints of Pompadour #74224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 51.79%
G = 15.18%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74224A (or 0x74224A) is known color: Pompadour. HEX triplet: 74, 22 and 4A. RGB value is (116,34,74). Sum of RGB (Red+Green+Blue) = 116+34+74=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74224A is #8BDDB5. Grayscale: #3F3F3F. Windows color (decimal): -9166262 or 4858484. OLE color: 4858484.

HSL color Cylindrical-coordinate representation of color #74224A: hue angle of 330.73º 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 #74224A is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 74 -
CMYK 0 0.71 0.36 0.55
HSL 330.73º 0.55% 0.29% -
HSV(B) 330.73º 0.71% 0.45% -
XYZ 9.01 5.35 7.04 -
YUV 63.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 116 34 74 0 0.71 0.36 0.55 330.73 0.55 0.29
Hex 74 22 4A 0 47 24 37 14B 37 1D
Octal 164 42 112 0 107 44 67 513 67 35
Binary 1110100 100010 1001010 0 1000111 100100 110111 101001011 110111 11101

Color Harmonies of #74224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74224A

Black with #74224A

Text Example


Text Example

White with #74224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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