Html Css Color HEX #741246 Pompadour

📋 copy color: '#741246'

red 116 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #741246

Tints of Pompadour #741246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 56.86%
G = 8.82%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#741246 (or 0x741246) is known color: Pompadour. HEX triplet: 74, 12 and 46. RGB value is (116,18,70). Sum of RGB (Red+Green+Blue) = 116+18+70=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #741246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741246 is #8BEDB9. Grayscale: #353535. Windows color (decimal): -9170362 or 4592244. OLE color: 4592244.

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

Color convert

RGB 116 18 70 -
CMYK 0 0.84 0.40 0.55
HSL 328.16º 0.73% 0.26% -
HSV(B) 328.16º 0.84% 0.45% -
XYZ 8.52 4.59 6.23 -
YUV 53.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 116 18 70 0 0.84 0.40 0.55 328.16 0.73 0.26
Hex 74 12 46 0 54 28 37 148 49 1A
Octal 164 22 106 0 124 50 67 510 111 32
Binary 1110100 10010 1000110 0 1010100 101000 110111 101001000 1001001 11010

Color Harmonies of #741246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741246

Black with #741246

Text Example


Text Example

White with #741246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741246; }

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

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

background-color css

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

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

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

border-color css

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

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

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