Html Css Color HEX #751250 Pompadour

📋 copy color: '#751250'

red 117 ◦ green 18 ◦ blue 80

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

Shades of Pompadour #751250

Tints of Pompadour #751250

RGB

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

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

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

R = 54.42%
G = 8.37%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#751250 (or 0x751250) is known color: Pompadour. HEX triplet: 75, 12 and 50. RGB value is (117,18,80). Sum of RGB (Red+Green+Blue) = 117+18+80=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #751250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751250 is #8AEDAF. Grayscale: #363636. Windows color (decimal): -9104816 or 5247605. OLE color: 5247605.

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

Color convert

RGB 117 18 80 -
CMYK 0 0.85 0.32 0.54
HSL 322.42º 0.73% 0.26% -
HSV(B) 322.42º 0.85% 0.46% -
XYZ 9 4.79 8.04 -
YUV 54.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 117 18 80 0 0.85 0.32 0.54 322.42 0.73 0.26
Hex 75 12 50 0 55 20 36 142 49 1A
Octal 165 22 120 0 125 40 66 502 111 32
Binary 1110101 10010 1010000 0 1010101 100000 110110 101000010 1001001 11010

Color Harmonies of #751250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751250

Black with #751250

Text Example


Text Example

White with #751250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751250; }

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

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

background-color css

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

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

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

border-color css

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

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

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