Html Css Color HEX #751149 Pompadour

📋 copy color: '#751149'

red 117 ◦ green 17 ◦ blue 73

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

Shades of Pompadour #751149

Tints of Pompadour #751149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 56.52%
G = 8.21%
B = 35.27%

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

#751149 (or 0x751149) is known color: Pompadour. HEX triplet: 75, 11 and 49. RGB value is (117,17,73). Sum of RGB (Red+Green+Blue) = 117+17+73=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #751149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751149 is #8AEEB6. Grayscale: #353535. Windows color (decimal): -9105079 or 4788597. OLE color: 4788597.

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

Color convert

RGB 117 17 73 -
CMYK 0 0.85 0.38 0.54
HSL 326.4º 0.75% 0.26% -
HSV(B) 326.4º 0.85% 0.46% -
XYZ 8.74 4.66 6.74 -
YUV 53.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 117 17 73 0 0.85 0.38 0.54 326.4 0.75 0.26
Hex 75 11 49 0 55 26 36 146 4B 1A
Octal 165 21 111 0 125 46 66 506 113 32
Binary 1110101 10001 1001001 0 1010101 100110 110110 101000110 1001011 11010

Color Harmonies of #751149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751149

Black with #751149

Text Example


Text Example

White with #751149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751149; }

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

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

background-color css

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

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

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

border-color css

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

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

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