Html Css Color HEX #741849 Pompadour

📋 copy color: '#741849'

red 116 ◦ green 24 ◦ blue 73

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

Shades of Pompadour #741849

Tints of Pompadour #741849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 54.46%
G = 11.27%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#741849 (or 0x741849) is known color: Pompadour. HEX triplet: 74, 18 and 49. RGB value is (116,24,73). Sum of RGB (Red+Green+Blue) = 116+24+73=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #741849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741849 is #8BE7B6. Grayscale: #383838. Windows color (decimal): -9168823 or 4790388. OLE color: 4790388.

HSL color Cylindrical-coordinate representation of color #741849: hue angle of 328.04º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741849 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 73 -
CMYK 0 0.79 0.37 0.55
HSL 328.04º 0.66% 0.27% -
HSV(B) 328.04º 0.79% 0.45% -
XYZ 8.73 4.85 6.78 -
YUV 57.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 116 24 73 0 0.79 0.37 0.55 328.04 0.66 0.27
Hex 74 18 49 0 4F 25 37 148 42 1B
Octal 164 30 111 0 117 45 67 510 102 33
Binary 1110100 11000 1001001 0 1001111 100101 110111 101001000 1000010 11011

Color Harmonies of #741849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741849

Black with #741849

Text Example


Text Example

White with #741849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741849; }

 p { color: rgb(116,24,73); }

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

background-color css

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

 a { background-color: rgb(116,24,73); }

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

border-color css

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

 span { border-color: rgb(116,24,73); }

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