Html Css Color HEX #751C50 Pompadour

📋 copy color: '#751C50'

red 117 ◦ green 28 ◦ blue 80

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

Shades of Pompadour #751C50

Tints of Pompadour #751C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

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

R = 52%
G = 12.44%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#751C50 (or 0x751C50) is known color: Pompadour. HEX triplet: 75, 1C and 50. RGB value is (117,28,80). Sum of RGB (Red+Green+Blue) = 117+28+80=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #751C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C50 is #8AE3AF. Grayscale: #3C3C3C. Windows color (decimal): -9102256 or 5250165. OLE color: 5250165.

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

Color convert

RGB 117 28 80 -
CMYK 0 0.76 0.32 0.54
HSL 324.94º 0.61% 0.28% -
HSV(B) 324.94º 0.76% 0.46% -
XYZ 9.2 5.19 8.11 -
YUV 60.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 117 28 80 0 0.76 0.32 0.54 324.94 0.61 0.28
Hex 75 1C 50 0 4C 20 36 145 3D 1C
Octal 165 34 120 0 114 40 66 505 75 34
Binary 1110101 11100 1010000 0 1001100 100000 110110 101000101 111101 11100

Color Harmonies of #751C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C50

Black with #751C50

Text Example


Text Example

White with #751C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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