Html Css Color HEX #741046 Pompadour

📋 copy color: '#741046'

red 116 ◦ green 16 ◦ blue 70

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

Shades of Pompadour #741046

Tints of Pompadour #741046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 57.43%
G = 7.92%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#741046 (or 0x741046) is known color: Pompadour. HEX triplet: 74, 10 and 46. RGB value is (116,16,70). Sum of RGB (Red+Green+Blue) = 116+16+70=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #741046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741046 is #8BEFB9. Grayscale: #333333. Windows color (decimal): -9170874 or 4591732. OLE color: 4591732.

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

Color convert

RGB 116 16 70 -
CMYK 0 0.86 0.40 0.55
HSL 327.6º 0.76% 0.26% -
HSV(B) 327.6º 0.86% 0.45% -
XYZ 8.49 4.53 6.22 -
YUV 52.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 116 16 70 0 0.86 0.40 0.55 327.6 0.76 0.26
Hex 74 10 46 0 56 28 37 148 4C 1A
Octal 164 20 106 0 126 50 67 510 114 32
Binary 1110100 10000 1000110 0 1010110 101000 110111 101001000 1001100 11010

Color Harmonies of #741046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741046

Black with #741046

Text Example


Text Example

White with #741046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741046; }

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

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

background-color css

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

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

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

border-color css

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

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

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