Html Css Color HEX #741151 Pompadour

📋 copy color: '#741151'

red 116 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #741151

Tints of Pompadour #741151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

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

R = 54.21%
G = 7.94%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#741151 (or 0x741151) is known color: Pompadour. HEX triplet: 74, 11 and 51. RGB value is (116,17,81). Sum of RGB (Red+Green+Blue) = 116+17+81=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #741151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741151 is #8BEEAE. Grayscale: #353535. Windows color (decimal): -9170607 or 5312884. OLE color: 5312884.

HSL color Cylindrical-coordinate representation of color #741151: hue angle of 321.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741151 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 81 -
CMYK 0 0.85 0.30 0.55
HSL 321.21º 0.74% 0.26% -
HSV(B) 321.21º 0.85% 0.45% -
XYZ 8.89 4.71 8.22 -
YUV 53.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 116 17 81 0 0.85 0.30 0.55 321.21 0.74 0.26
Hex 74 11 51 0 55 1E 37 141 4A 1A
Octal 164 21 121 0 125 36 67 501 112 32
Binary 1110100 10001 1010001 0 1010101 11110 110111 101000001 1001010 11010

Color Harmonies of #741151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741151

Black with #741151

Text Example


Text Example

White with #741151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741151; }

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

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

background-color css

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

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

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

border-color css

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

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

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