#751847

Color #751847 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #751847

Tints of Pompadour #751847

Color information

#751847 (or 0x751847) is unknown color: approx Pompadour. HEX triplet: 75, 18 and 47. RGB value is (117,24,71). Sum of RGB (Red+Green+Blue) = 117+24+71=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #751847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751847 is #8AE7B8. Grayscale: #393939. Windows color (decimal): -9103289 or 4659317. OLE color: 4659317.

HSL color Cylindrical-coordinate representation of color #751847: hue angle of 329.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751847 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1172471-
CMYK00.790.390.54
HSL329.68º65.96%27.65%-
HSV(B)329.68º79.49%45.88%-
XYZ8.84.896.44-
YUV57.16135.81170.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=55.19%
G=11.32%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117247100.790.390.54329.6865.9627.65
Hex75184704F273614a421c
Octal165301070117476651210234
Binary111010111000100011101001111100111110110101001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751847; }

 p { color: rgb(117,24,71); }

 H1.HeaderClassName
 {
   color: #751847;
 }
 .AnyTagClassName
 {
   color: #751847;
 }
</style>
background-color css

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

 a { background-color: rgb(117,24,71); }

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

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

 span { border-color: rgb(117,24,71); }

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