Html Css Color HEX #751A55 Pompadour

📋 copy color: '#751A55'

red 117 ◦ green 26 ◦ blue 85

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

Shades of Pompadour #751A55

Tints of Pompadour #751A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 51.32%
G = 11.4%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#751A55 (or 0x751A55) is known color: Pompadour. HEX triplet: 75, 1A and 55. RGB value is (117,26,85). Sum of RGB (Red+Green+Blue) = 117+26+85=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #751A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A55 is #8AE5AA. Grayscale: #3B3B3B. Windows color (decimal): -9102763 or 5577333. OLE color: 5577333.

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

Color convert

RGB 117 26 85 -
CMYK 0 0.78 0.27 0.54
HSL 321.1º 0.64% 0.28% -
HSV(B) 321.1º 0.78% 0.46% -
XYZ 9.35 5.18 9.1 -
YUV 59.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 117 26 85 0 0.78 0.27 0.54 321.1 0.64 0.28
Hex 75 1A 55 0 4E 1B 36 141 40 1C
Octal 165 32 125 0 116 33 66 501 100 34
Binary 1110101 11010 1010101 0 1001110 11011 110110 101000001 1000000 11100

Color Harmonies of #751A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A55

Black with #751A55

Text Example


Text Example

White with #751A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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