Html Css Color HEX #751548 Pompadour

📋 copy color: '#751548'

red 117 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #751548

Tints of Pompadour #751548

RGB

 RED value IS 117 (46.09% from 255) = 55.71%

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

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

R = 55.71%
G = 10%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751548 (or 0x751548) is known color: Pompadour. HEX triplet: 75, 15 and 48. RGB value is (117,21,72). Sum of RGB (Red+Green+Blue) = 117+21+72=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #751548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751548 is #8AEAB7. Grayscale: #373737. Windows color (decimal): -9104056 or 4724085. OLE color: 4724085.

HSL color Cylindrical-coordinate representation of color #751548: hue angle of 328.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751548 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 72 -
CMYK 0 0.82 0.38 0.54
HSL 328.13º 0.7% 0.27% -
HSV(B) 328.13º 0.82% 0.46% -
XYZ 8.77 4.79 6.59 -
YUV 55.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 117 21 72 0 0.82 0.38 0.54 328.13 0.7 0.27
Hex 75 15 48 0 52 26 36 148 46 1B
Octal 165 25 110 0 122 46 66 510 106 33
Binary 1110101 10101 1001000 0 1010010 100110 110110 101001000 1000110 11011

Color Harmonies of #751548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751548

Black with #751548

Text Example


Text Example

White with #751548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751548; }

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

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

background-color css

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

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

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

border-color css

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

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

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