Html Css Color HEX #751950 Pompadour

📋 copy color: '#751950'

red 117 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #751950

Tints of Pompadour #751950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 52.7%
G = 11.26%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#751950 (or 0x751950) is known color: Pompadour. HEX triplet: 75, 19 and 50. RGB value is (117,25,80). Sum of RGB (Red+Green+Blue) = 117+25+80=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751950 is #8AE6AF. Grayscale: #3A3A3A. Windows color (decimal): -9103024 or 5249397. OLE color: 5249397.

HSL color Cylindrical-coordinate representation of color #751950: hue angle of 324.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751950 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 80 -
CMYK 0 0.79 0.32 0.54
HSL 324.13º 0.65% 0.28% -
HSV(B) 324.13º 0.79% 0.46% -
XYZ 9.13 5.06 8.08 -
YUV 58.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 117 25 80 0 0.79 0.32 0.54 324.13 0.65 0.28
Hex 75 19 50 0 4F 20 36 144 41 1C
Octal 165 31 120 0 117 40 66 504 101 34
Binary 1110101 11001 1010000 0 1001111 100000 110110 101000100 1000001 11100

Color Harmonies of #751950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751950

Black with #751950

Text Example


Text Example

White with #751950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751950; }

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

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

background-color css

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

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

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

border-color css

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

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

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