Html Css Color HEX #741950 Pompadour

📋 copy color: '#741950'

red 116 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #741950

Tints of Pompadour #741950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 52.49%
G = 11.31%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#741950 (or 0x741950) is known color: Pompadour. HEX triplet: 74, 19 and 50. RGB value is (116,25,80). Sum of RGB (Red+Green+Blue) = 116+25+80=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #741950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741950 is #8BE6AF. Grayscale: #3A3A3A. Windows color (decimal): -9168560 or 5249396. OLE color: 5249396.

HSL color Cylindrical-coordinate representation of color #741950: hue angle of 323.74º 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 #741950 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 80 -
CMYK 0 0.78 0.31 0.55
HSL 323.74º 0.65% 0.28% -
HSV(B) 323.74º 0.78% 0.45% -
XYZ 9 4.99 8.08 -
YUV 58.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 116 25 80 0 0.78 0.31 0.55 323.74 0.65 0.28
Hex 74 19 50 0 4E 1F 37 144 41 1C
Octal 164 31 120 0 116 37 67 504 101 34
Binary 1110100 11001 1010000 0 1001110 11111 110111 101000100 1000001 11100

Color Harmonies of #741950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741950

Black with #741950

Text Example


Text Example

White with #741950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741950; }

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

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

background-color css

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

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

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

border-color css

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

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

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