Html Css Color HEX #741941 Pompadour

📋 copy color: '#741941'

red 116 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #741941

Tints of Pompadour #741941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 56.31%
G = 12.14%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#741941 (or 0x741941) is known color: Pompadour. HEX triplet: 74, 19 and 41. RGB value is (116,25,65). Sum of RGB (Red+Green+Blue) = 116+25+65=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #741941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741941 is #8BE6BE. Grayscale: #383838. Windows color (decimal): -9168575 or 4266356. OLE color: 4266356.

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

Color convert

RGB 116 25 65 -
CMYK 0 0.78 0.44 0.55
HSL 333.63º 0.65% 0.28% -
HSV(B) 333.63º 0.78% 0.45% -
XYZ 8.5 4.79 5.48 -
YUV 56.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 116 25 65 0 0.78 0.44 0.55 333.63 0.65 0.28
Hex 74 19 41 0 4E 2C 37 14E 41 1C
Octal 164 31 101 0 116 54 67 516 101 34
Binary 1110100 11001 1000001 0 1001110 101100 110111 101001110 1000001 11100

Color Harmonies of #741941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741941

Black with #741941

Text Example


Text Example

White with #741941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741941; }

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

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

background-color css

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

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

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

border-color css

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

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

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