Html Css Color HEX #751748 Pompadour

📋 copy color: '#751748'

red 117 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #751748

Tints of Pompadour #751748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 55.19%
G = 10.85%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751748 (or 0x751748) is known color: Pompadour. HEX triplet: 75, 17 and 48. RGB value is (117,23,72). Sum of RGB (Red+Green+Blue) = 117+23+72=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #751748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751748 is #8AE8B7. Grayscale: #383838. Windows color (decimal): -9103544 or 4724597. OLE color: 4724597.

HSL color Cylindrical-coordinate representation of color #751748: hue angle of 328.72º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751748 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 72 -
CMYK 0 0.80 0.38 0.54
HSL 328.72º 0.67% 0.27% -
HSV(B) 328.72º 0.8% 0.46% -
XYZ 8.81 4.86 6.61 -
YUV 56.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 117 23 72 0 0.80 0.38 0.54 328.72 0.67 0.27
Hex 75 17 48 0 50 26 36 149 43 1B
Octal 165 27 110 0 120 46 66 511 103 33
Binary 1110101 10111 1001000 0 1010000 100110 110110 101001001 1000011 11011

Color Harmonies of #751748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751748

Black with #751748

Text Example


Text Example

White with #751748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751748; }

 p { color: rgb(117,23,72); }

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

background-color css

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

 a { background-color: rgb(117,23,72); }

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

border-color css

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

 span { border-color: rgb(117,23,72); }

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