Html Css Color HEX #74214D Pompadour

📋 copy color: '#74214D'

red 116 ◦ green 33 ◦ blue 77

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

Shades of Pompadour #74214D

Tints of Pompadour #74214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 51.33%
G = 14.6%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74214D (or 0x74214D) is known color: Pompadour. HEX triplet: 74, 21 and 4D. RGB value is (116,33,77). Sum of RGB (Red+Green+Blue) = 116+33+77=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74214D is #8BDEB2. Grayscale: #3E3E3E. Windows color (decimal): -9166515 or 5054836. OLE color: 5054836.

HSL color Cylindrical-coordinate representation of color #74214D: hue angle of 328.19º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74214D is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 77 -
CMYK 0 0.72 0.34 0.55
HSL 328.19º 0.56% 0.29% -
HSV(B) 328.19º 0.72% 0.45% -
XYZ 9.09 5.34 7.57 -
YUV 62.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 116 33 77 0 0.72 0.34 0.55 328.19 0.56 0.29
Hex 74 21 4D 0 48 22 37 148 38 1D
Octal 164 41 115 0 110 42 67 510 70 35
Binary 1110100 100001 1001101 0 1001000 100010 110111 101001000 111000 11101

Color Harmonies of #74214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74214D

Black with #74214D

Text Example


Text Example

White with #74214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74214D; }

 p { color: rgb(116,33,77); }

 H1.HeaderClassName
 {
   color: #74214D;
 }
 .AnyTagClassName
 {
   color: #74214D;
 }
</style>

background-color css

<style>
 a { background-color: #74214D; }

 a { background-color: rgb(116,33,77); }

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

border-color css

<style>
 span { border-color: #74214D; }

 span { border-color: rgb(116,33,77); }

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