Html Css Color HEX #751249 Pompadour

📋 copy color: '#751249'

red 117 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #751249

Tints of Pompadour #751249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 56.25%
G = 8.65%
B = 35.1%

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

#751249 (or 0x751249) is known color: Pompadour. HEX triplet: 75, 12 and 49. RGB value is (117,18,73). Sum of RGB (Red+Green+Blue) = 117+18+73=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #751249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751249 is #8AEDB6. Grayscale: #353535. Windows color (decimal): -9104823 or 4788853. OLE color: 4788853.

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

Color convert

RGB 117 18 73 -
CMYK 0 0.85 0.38 0.54
HSL 326.67º 0.73% 0.26% -
HSV(B) 326.67º 0.85% 0.46% -
XYZ 8.76 4.7 6.75 -
YUV 53.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 117 18 73 0 0.85 0.38 0.54 326.67 0.73 0.26
Hex 75 12 49 0 55 26 36 147 49 1A
Octal 165 22 111 0 125 46 66 507 111 32
Binary 1110101 10010 1001001 0 1010101 100110 110110 101000111 1001001 11010

Color Harmonies of #751249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751249

Black with #751249

Text Example


Text Example

White with #751249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751249; }

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

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

background-color css

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

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

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

border-color css

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

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

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