Html Css Color HEX #741548 Pompadour

📋 copy color: '#741548'

red 116 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #741548

Tints of Pompadour #741548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 55.5%
G = 10.05%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#741548 (or 0x741548) is known color: Pompadour. HEX triplet: 74, 15 and 48. RGB value is (116,21,72). Sum of RGB (Red+Green+Blue) = 116+21+72=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #741548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741548 is #8BEAB7. Grayscale: #373737. Windows color (decimal): -9169592 or 4724084. OLE color: 4724084.

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

Color convert

RGB 116 21 72 -
CMYK 0 0.82 0.38 0.55
HSL 327.79º 0.69% 0.27% -
HSV(B) 327.79º 0.82% 0.45% -
XYZ 8.64 4.72 6.59 -
YUV 55.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 116 21 72 0 0.82 0.38 0.55 327.79 0.69 0.27
Hex 74 15 48 0 52 26 37 148 45 1B
Octal 164 25 110 0 122 46 67 510 105 33
Binary 1110100 10101 1001000 0 1010010 100110 110111 101001000 1000101 11011

Color Harmonies of #741548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741548

Black with #741548

Text Example


Text Example

White with #741548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741548; }

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

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

background-color css

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

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

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

border-color css

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

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

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