Html Css Color HEX #751A49 Pompadour

📋 copy color: '#751A49'

red 117 ◦ green 26 ◦ blue 73

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

Shades of Pompadour #751A49

Tints of Pompadour #751A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

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

R = 54.17%
G = 12.04%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751A49 (or 0x751A49) is known color: Pompadour. HEX triplet: 75, 1A and 49. RGB value is (117,26,73). Sum of RGB (Red+Green+Blue) = 117+26+73=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #751A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A49 is #8AE5B6. Grayscale: #3A3A3A. Windows color (decimal): -9102775 or 4790901. OLE color: 4790901.

HSL color Cylindrical-coordinate representation of color #751A49: hue angle of 329.01º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A49 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 73 -
CMYK 0 0.78 0.38 0.54
HSL 329.01º 0.64% 0.28% -
HSV(B) 329.01º 0.78% 0.46% -
XYZ 8.91 5 6.8 -
YUV 58.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 117 26 73 0 0.78 0.38 0.54 329.01 0.64 0.28
Hex 75 1A 49 0 4E 26 36 149 40 1C
Octal 165 32 111 0 116 46 66 511 100 34
Binary 1110101 11010 1001001 0 1001110 100110 110110 101001001 1000000 11100

Color Harmonies of #751A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A49

Black with #751A49

Text Example


Text Example

White with #751A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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