Html Css Color HEX #741554 Pompadour

📋 copy color: '#741554'

red 116 ◦ green 21 ◦ blue 84

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

Shades of Pompadour #741554

Tints of Pompadour #741554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

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

R = 52.49%
G = 9.5%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#741554 (or 0x741554) is known color: Pompadour. HEX triplet: 74, 15 and 54. RGB value is (116,21,84). Sum of RGB (Red+Green+Blue) = 116+21+84=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #741554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741554 is #8BEAAB. Grayscale: #383838. Windows color (decimal): -9169580 or 5510516. OLE color: 5510516.

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

Color convert

RGB 116 21 84 -
CMYK 0 0.82 0.28 0.55
HSL 320.21º 0.69% 0.27% -
HSV(B) 320.21º 0.82% 0.45% -
XYZ 9.07 4.89 8.85 -
YUV 56.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 116 21 84 0 0.82 0.28 0.55 320.21 0.69 0.27
Hex 74 15 54 0 52 1C 37 140 45 1B
Octal 164 25 124 0 122 34 67 500 105 33
Binary 1110100 10101 1010100 0 1010010 11100 110111 101000000 1000101 11011

Color Harmonies of #741554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741554

Black with #741554

Text Example


Text Example

White with #741554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741554; }

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

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

background-color css

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

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

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

border-color css

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

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

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