Html Css Color HEX #741153 Pompadour

📋 copy color: '#741153'

red 116 ◦ green 17 ◦ blue 83

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

Shades of Pompadour #741153

Tints of Pompadour #741153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.43%

R = 53.7%
G = 7.87%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#741153 (or 0x741153) is known color: Pompadour. HEX triplet: 74, 11 and 53. RGB value is (116,17,83). Sum of RGB (Red+Green+Blue) = 116+17+83=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #741153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741153 is #8BEEAC. Grayscale: #353535. Windows color (decimal): -9170605 or 5443956. OLE color: 5443956.

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

Color convert

RGB 116 17 83 -
CMYK 0 0.85 0.28 0.55
HSL 320º 0.74% 0.26% -
HSV(B) 320º 0.85% 0.45% -
XYZ 8.96 4.74 8.63 -
YUV 54.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 116 17 83 0 0.85 0.28 0.55 320 0.74 0.26
Hex 74 11 53 0 55 1C 37 140 4A 1A
Octal 164 21 123 0 125 34 67 500 112 32
Binary 1110100 10001 1010011 0 1010101 11100 110111 101000000 1001010 11010

Color Harmonies of #741153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741153

Black with #741153

Text Example


Text Example

White with #741153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741153; }

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

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

background-color css

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

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

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

border-color css

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

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

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