Html Css Color HEX #741951 Pompadour

📋 copy color: '#741951'

red 116 ◦ green 25 ◦ blue 81

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

Shades of Pompadour #741951

Tints of Pompadour #741951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 52.25%
G = 11.26%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#741951 (or 0x741951) is known color: Pompadour. HEX triplet: 74, 19 and 51. RGB value is (116,25,81). Sum of RGB (Red+Green+Blue) = 116+25+81=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741951 is #8BE6AE. Grayscale: #3A3A3A. Windows color (decimal): -9168559 or 5314932. OLE color: 5314932.

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

Color convert

RGB 116 25 81 -
CMYK 0 0.78 0.30 0.55
HSL 323.08º 0.65% 0.28% -
HSV(B) 323.08º 0.78% 0.45% -
XYZ 9.04 5 8.27 -
YUV 58.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 116 25 81 0 0.78 0.30 0.55 323.08 0.65 0.28
Hex 74 19 51 0 4E 1E 37 143 41 1C
Octal 164 31 121 0 116 36 67 503 101 34
Binary 1110100 11001 1010001 0 1001110 11110 110111 101000011 1000001 11100

Color Harmonies of #741951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741951

Black with #741951

Text Example


Text Example

White with #741951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741951; }

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

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

background-color css

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

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

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

border-color css

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

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

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