Html Css Color HEX #74224C Pompadour

📋 copy color: '#74224C'

red 116 ◦ green 34 ◦ blue 76

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

Shades of Pompadour #74224C

Tints of Pompadour #74224C

RGB

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

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

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

R = 51.33%
G = 15.04%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74224C (or 0x74224C) is known color: Pompadour. HEX triplet: 74, 22 and 4C. RGB value is (116,34,76). Sum of RGB (Red+Green+Blue) = 116+34+76=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74224C is #8BDDB3. Grayscale: #3F3F3F. Windows color (decimal): -9166260 or 4989556. OLE color: 4989556.

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

Color convert

RGB 116 34 76 -
CMYK 0 0.71 0.34 0.55
HSL 329.27º 0.55% 0.29% -
HSV(B) 329.27º 0.71% 0.45% -
XYZ 9.08 5.38 7.4 -
YUV 63.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 116 34 76 0 0.71 0.34 0.55 329.27 0.55 0.29
Hex 74 22 4C 0 47 22 37 149 37 1D
Octal 164 42 114 0 107 42 67 511 67 35
Binary 1110100 100010 1001100 0 1000111 100010 110111 101001001 110111 11101

Color Harmonies of #74224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74224C

Black with #74224C

Text Example


Text Example

White with #74224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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