Html Css Color HEX #751A4D Pompadour

📋 copy color: '#751A4D'

red 117 ◦ green 26 ◦ blue 77

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

Shades of Pompadour #751A4D

Tints of Pompadour #751A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35%

R = 53.18%
G = 11.82%
B = 35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#751A4D (or 0x751A4D) is known color: Pompadour. HEX triplet: 75, 1A and 4D. RGB value is (117,26,77). Sum of RGB (Red+Green+Blue) = 117+26+77=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #751A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A4D is #8AE5B2. Grayscale: #3A3A3A. Windows color (decimal): -9102771 or 5053045. OLE color: 5053045.

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

Color convert

RGB 117 26 77 -
CMYK 0 0.78 0.34 0.54
HSL 326.37º 0.64% 0.28% -
HSV(B) 326.37º 0.78% 0.46% -
XYZ 9.05 5.06 7.52 -
YUV 59.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 117 26 77 0 0.78 0.34 0.54 326.37 0.64 0.28
Hex 75 1A 4D 0 4E 22 36 146 40 1C
Octal 165 32 115 0 116 42 66 506 100 34
Binary 1110101 11010 1001101 0 1001110 100010 110110 101000110 1000000 11100

Color Harmonies of #751A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A4D

Black with #751A4D

Text Example


Text Example

White with #751A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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