Html Css Color HEX #74194E Pompadour

📋 copy color: '#74194E'

red 116 ◦ green 25 ◦ blue 78

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

Shades of Pompadour #74194E

Tints of Pompadour #74194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 52.97%
G = 11.42%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74194E (or 0x74194E) is known color: Pompadour. HEX triplet: 74, 19 and 4E. RGB value is (116,25,78). Sum of RGB (Red+Green+Blue) = 116+25+78=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #74194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74194E is #8BE6B1. Grayscale: #3A3A3A. Windows color (decimal): -9168562 or 5118324. OLE color: 5118324.

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

Color convert

RGB 116 25 78 -
CMYK 0 0.78 0.33 0.55
HSL 325.05º 0.65% 0.28% -
HSV(B) 325.05º 0.78% 0.45% -
XYZ 8.93 4.96 7.69 -
YUV 58.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 116 25 78 0 0.78 0.33 0.55 325.05 0.65 0.28
Hex 74 19 4E 0 4E 21 37 145 41 1C
Octal 164 31 116 0 116 41 67 505 101 34
Binary 1110100 11001 1001110 0 1001110 100001 110111 101000101 1000001 11100

Color Harmonies of #74194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74194E

Black with #74194E

Text Example


Text Example

White with #74194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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