Html Css Color HEX #751750 Pompadour

📋 copy color: '#751750'

red 117 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #751750

Tints of Pompadour #751750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 53.18%
G = 10.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#751750 (or 0x751750) is known color: Pompadour. HEX triplet: 75, 17 and 50. RGB value is (117,23,80). Sum of RGB (Red+Green+Blue) = 117+23+80=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #751750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751750 is #8AE8AF. Grayscale: #393939. Windows color (decimal): -9103536 or 5248885. OLE color: 5248885.

HSL color Cylindrical-coordinate representation of color #751750: hue angle of 323.62º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751750 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 80 -
CMYK 0 0.80 0.32 0.54
HSL 323.62º 0.67% 0.27% -
HSV(B) 323.62º 0.8% 0.46% -
XYZ 9.09 4.97 8.07 -
YUV 57.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 117 23 80 0 0.80 0.32 0.54 323.62 0.67 0.27
Hex 75 17 50 0 50 20 36 144 43 1B
Octal 165 27 120 0 120 40 66 504 103 33
Binary 1110101 10111 1010000 0 1010000 100000 110110 101000100 1000011 11011

Color Harmonies of #751750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751750

Black with #751750

Text Example


Text Example

White with #751750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751750; }

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

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

background-color css

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

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

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

border-color css

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

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

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