Html Css Color HEX #751147 Pompadour

📋 copy color: '#751147'

red 117 ◦ green 17 ◦ blue 71

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

Shades of Pompadour #751147

Tints of Pompadour #751147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 57.07%
G = 8.29%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#751147 (or 0x751147) is known color: Pompadour. HEX triplet: 75, 11 and 47. RGB value is (117,17,71). Sum of RGB (Red+Green+Blue) = 117+17+71=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #751147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751147 is #8AEEB8. Grayscale: #343434. Windows color (decimal): -9105081 or 4657525. OLE color: 4657525.

HSL color Cylindrical-coordinate representation of color #751147: hue angle of 327.6º 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 #751147 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 71 -
CMYK 0 0.85 0.39 0.54
HSL 327.6º 0.75% 0.26% -
HSV(B) 327.6º 0.85% 0.46% -
XYZ 8.67 4.64 6.4 -
YUV 53.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 117 17 71 0 0.85 0.39 0.54 327.6 0.75 0.26
Hex 75 11 47 0 55 27 36 148 4B 1A
Octal 165 21 107 0 125 47 66 510 113 32
Binary 1110101 10001 1000111 0 1010101 100111 110110 101001000 1001011 11010

Color Harmonies of #751147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751147

Black with #751147

Text Example


Text Example

White with #751147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751147; }

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

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

background-color css

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

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

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

border-color css

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

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

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