Html Css Color HEX #741946 Pompadour

📋 copy color: '#741946'

red 116 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #741946

Tints of Pompadour #741946

RGB

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

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

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

R = 54.98%
G = 11.85%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#741946 (or 0x741946) is known color: Pompadour. HEX triplet: 74, 19 and 46. RGB value is (116,25,70). Sum of RGB (Red+Green+Blue) = 116+25+70=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #741946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741946 is #8BE6B9. Grayscale: #393939. Windows color (decimal): -9168570 or 4594036. OLE color: 4594036.

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

Color convert

RGB 116 25 70 -
CMYK 0 0.78 0.40 0.55
HSL 330.33º 0.65% 0.28% -
HSV(B) 330.33º 0.78% 0.45% -
XYZ 8.66 4.85 6.27 -
YUV 57.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 116 25 70 0 0.78 0.40 0.55 330.33 0.65 0.28
Hex 74 19 46 0 4E 28 37 14A 41 1C
Octal 164 31 106 0 116 50 67 512 101 34
Binary 1110100 11001 1000110 0 1001110 101000 110111 101001010 1000001 11100

Color Harmonies of #741946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741946

Black with #741946

Text Example


Text Example

White with #741946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741946; }

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

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

background-color css

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

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

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

border-color css

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

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

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