Html Css Color HEX #751D56 Pompadour

📋 copy color: '#751D56'

red 117 ◦ green 29 ◦ blue 86

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

Shades of Pompadour #751D56

Tints of Pompadour #751D56

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 86 (33.98% from 255) = 37.07%

R = 50.43%
G = 12.5%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#751D56 (or 0x751D56) is known color: Pompadour. HEX triplet: 75, 1D and 56. RGB value is (117,29,86). Sum of RGB (Red+Green+Blue) = 117+29+86=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #751D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D56 is #8AE2A9. Grayscale: #3D3D3D. Windows color (decimal): -9101994 or 5643637. OLE color: 5643637.

HSL color Cylindrical-coordinate representation of color #751D56: hue angle of 321.14º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D56 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 86 -
CMYK 0 0.75 0.26 0.54
HSL 321.14º 0.6% 0.29% -
HSV(B) 321.14º 0.75% 0.46% -
XYZ 9.46 5.33 9.34 -
YUV 61.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 117 29 86 0 0.75 0.26 0.54 321.14 0.6 0.29
Hex 75 1D 56 0 4B 1A 36 141 3C 1D
Octal 165 35 126 0 113 32 66 501 74 35
Binary 1110101 11101 1010110 0 1001011 11010 110110 101000001 111100 11101

Color Harmonies of #751D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D56

Black with #751D56

Text Example


Text Example

White with #751D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,86); }

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

background-color css

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

 a { background-color: rgb(117,29,86); }

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

border-color css

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

 span { border-color: rgb(117,29,86); }

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