Html Css Color HEX #751148 Pompadour

📋 copy color: '#751148'

red 117 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #751148

Tints of Pompadour #751148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

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

R = 56.8%
G = 8.25%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751148 (or 0x751148) is known color: Pompadour. HEX triplet: 75, 11 and 48. RGB value is (117,17,72). Sum of RGB (Red+Green+Blue) = 117+17+72=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #751148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751148 is #8AEEB7. Grayscale: #353535. Windows color (decimal): -9105080 or 4723061. OLE color: 4723061.

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

Color convert

RGB 117 17 72 -
CMYK 0 0.85 0.38 0.54
HSL 327º 0.75% 0.26% -
HSV(B) 327º 0.85% 0.46% -
XYZ 8.71 4.65 6.57 -
YUV 53.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 117 17 72 0 0.85 0.38 0.54 327 0.75 0.26
Hex 75 11 48 0 55 26 36 147 4B 1A
Octal 165 21 110 0 125 46 66 507 113 32
Binary 1110101 10001 1001000 0 1010101 100110 110110 101000111 1001011 11010

Color Harmonies of #751148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751148

Black with #751148

Text Example


Text Example

White with #751148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751148; }

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

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

background-color css

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

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

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

border-color css

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

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

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