Html Css Color HEX #751C51 Pompadour

📋 copy color: '#751C51'

red 117 ◦ green 28 ◦ blue 81

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

Shades of Pompadour #751C51

Tints of Pompadour #751C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 51.77%
G = 12.39%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#751C51 (or 0x751C51) is known color: Pompadour. HEX triplet: 75, 1C and 51. RGB value is (117,28,81). Sum of RGB (Red+Green+Blue) = 117+28+81=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #751C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C51 is #8AE3AE. Grayscale: #3C3C3C. Windows color (decimal): -9102255 or 5315701. OLE color: 5315701.

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

Color convert

RGB 117 28 81 -
CMYK 0 0.76 0.31 0.54
HSL 324.27º 0.61% 0.28% -
HSV(B) 324.27º 0.76% 0.46% -
XYZ 9.24 5.21 8.3 -
YUV 60.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 117 28 81 0 0.76 0.31 0.54 324.27 0.61 0.28
Hex 75 1C 51 0 4C 1F 36 144 3D 1C
Octal 165 34 121 0 114 37 66 504 75 34
Binary 1110101 11100 1010001 0 1001100 11111 110110 101000100 111101 11100

Color Harmonies of #751C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C51

Black with #751C51

Text Example


Text Example

White with #751C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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