Html Css Color HEX #751049 Pompadour

📋 copy color: '#751049'

red 117 ◦ green 16 ◦ blue 73

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

Shades of Pompadour #751049

Tints of Pompadour #751049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 56.8%
G = 7.77%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751049 (or 0x751049) is known color: Pompadour. HEX triplet: 75, 10 and 49. RGB value is (117,16,73). Sum of RGB (Red+Green+Blue) = 117+16+73=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #751049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751049 is #8AEFB6. Grayscale: #343434. Windows color (decimal): -9105335 or 4788341. OLE color: 4788341.

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

Color convert

RGB 117 16 73 -
CMYK 0 0.86 0.38 0.54
HSL 326.14º 0.76% 0.26% -
HSV(B) 326.14º 0.86% 0.46% -
XYZ 8.72 4.63 6.74 -
YUV 52.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 117 16 73 0 0.86 0.38 0.54 326.14 0.76 0.26
Hex 75 10 49 0 56 26 36 146 4C 1A
Octal 165 20 111 0 126 46 66 506 114 32
Binary 1110101 10000 1001001 0 1010110 100110 110110 101000110 1001100 11010

Color Harmonies of #751049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751049

Black with #751049

Text Example


Text Example

White with #751049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751049; }

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

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

background-color css

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

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

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

border-color css

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

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

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