Html Css Color HEX #751A50 Pompadour

📋 copy color: '#751A50'

red 117 ◦ green 26 ◦ blue 80

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

Shades of Pompadour #751A50

Tints of Pompadour #751A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 52.47%
G = 11.66%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#751A50 (or 0x751A50) is known color: Pompadour. HEX triplet: 75, 1A and 50. RGB value is (117,26,80). Sum of RGB (Red+Green+Blue) = 117+26+80=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A50 is #8AE5AF. Grayscale: #3B3B3B. Windows color (decimal): -9102768 or 5249653. OLE color: 5249653.

HSL color Cylindrical-coordinate representation of color #751A50: hue angle of 324.4º 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 #751A50 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 80 -
CMYK 0 0.78 0.32 0.54
HSL 324.4º 0.64% 0.28% -
HSV(B) 324.4º 0.78% 0.46% -
XYZ 9.15 5.1 8.09 -
YUV 59.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 117 26 80 0 0.78 0.32 0.54 324.4 0.64 0.28
Hex 75 1A 50 0 4E 20 36 144 40 1C
Octal 165 32 120 0 116 40 66 504 100 34
Binary 1110101 11010 1010000 0 1001110 100000 110110 101000100 1000000 11100

Color Harmonies of #751A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A50

Black with #751A50

Text Example


Text Example

White with #751A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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