Html Css Color HEX #741954 Pompadour

📋 copy color: '#741954'

red 116 ◦ green 25 ◦ blue 84

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

Shades of Pompadour #741954

Tints of Pompadour #741954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 51.56%
G = 11.11%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#741954 (or 0x741954) is known color: Pompadour. HEX triplet: 74, 19 and 54. RGB value is (116,25,84). Sum of RGB (Red+Green+Blue) = 116+25+84=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #741954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741954 is #8BE6AB. Grayscale: #3A3A3A. Windows color (decimal): -9168556 or 5511540. OLE color: 5511540.

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

Color convert

RGB 116 25 84 -
CMYK 0 0.78 0.28 0.55
HSL 321.1º 0.65% 0.28% -
HSV(B) 321.1º 0.78% 0.45% -
XYZ 9.15 5.05 8.88 -
YUV 58.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 116 25 84 0 0.78 0.28 0.55 321.1 0.65 0.28
Hex 74 19 54 0 4E 1C 37 141 41 1C
Octal 164 31 124 0 116 34 67 501 101 34
Binary 1110100 11001 1010100 0 1001110 11100 110111 101000001 1000001 11100

Color Harmonies of #741954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741954

Black with #741954

Text Example


Text Example

White with #741954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741954; }

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

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

background-color css

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

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

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

border-color css

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

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

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