Html Css Color HEX #74214E Pompadour

📋 copy color: '#74214E'

red 116 ◦ green 33 ◦ blue 78

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

Shades of Pompadour #74214E

Tints of Pompadour #74214E

RGB

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

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

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

R = 51.1%
G = 14.54%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74214E (or 0x74214E) is known color: Pompadour. HEX triplet: 74, 21 and 4E. RGB value is (116,33,78). Sum of RGB (Red+Green+Blue) = 116+33+78=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74214E is #8BDEB1. Grayscale: #3E3E3E. Windows color (decimal): -9166514 or 5120372. OLE color: 5120372.

HSL color Cylindrical-coordinate representation of color #74214E: hue angle of 327.47º 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 #74214E is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 78 -
CMYK 0 0.72 0.33 0.55
HSL 327.47º 0.56% 0.29% -
HSV(B) 327.47º 0.72% 0.45% -
XYZ 9.12 5.35 7.76 -
YUV 62.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 116 33 78 0 0.72 0.33 0.55 327.47 0.56 0.29
Hex 74 21 4E 0 48 21 37 147 38 1D
Octal 164 41 116 0 110 41 67 507 70 35
Binary 1110100 100001 1001110 0 1001000 100001 110111 101000111 111000 11101

Color Harmonies of #74214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74214E

Black with #74214E

Text Example


Text Example

White with #74214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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