Html Css Color HEX #741146 Pompadour

📋 copy color: '#741146'

red 116 ◦ green 17 ◦ blue 70

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

Shades of Pompadour #741146

Tints of Pompadour #741146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 57.14%
G = 8.37%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#741146 (or 0x741146) is known color: Pompadour. HEX triplet: 74, 11 and 46. RGB value is (116,17,70). Sum of RGB (Red+Green+Blue) = 116+17+70=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #741146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741146 is #8BEEB9. Grayscale: #343434. Windows color (decimal): -9170618 or 4591988. OLE color: 4591988.

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

Color convert

RGB 116 17 70 -
CMYK 0 0.85 0.40 0.55
HSL 327.88º 0.74% 0.26% -
HSV(B) 327.88º 0.85% 0.45% -
XYZ 8.51 4.56 6.23 -
YUV 52.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 116 17 70 0 0.85 0.40 0.55 327.88 0.74 0.26
Hex 74 11 46 0 55 28 37 148 4A 1A
Octal 164 21 106 0 125 50 67 510 112 32
Binary 1110100 10001 1000110 0 1010101 101000 110111 101001000 1001010 11010

Color Harmonies of #741146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741146

Black with #741146

Text Example


Text Example

White with #741146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741146; }

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

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

background-color css

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

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

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

border-color css

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

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

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