#761848

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

Shades of Pompadour #761848

Tints of Pompadour #761848

Color information

#761848 (or 0x761848) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 48. RGB value is (118,24,72). Sum of RGB (Red+Green+Blue) = 118+24+72=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #761848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761848 is #89E7B7. Grayscale: #393939. Windows color (decimal): -9037752 or 4724854. OLE color: 4724854.

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

Color convert

RGB1182472-
CMYK00.800.390.54
HSL329.36º66.2%27.84%-
HSV(B)329.36º79.66%46.27%-
XYZ8.974.976.62-
YUV57.58136.14171.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=55.14%
G=11.21%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118247200.800.390.54329.3666.227.84
Hex7618480502736149421c
Octal166301100120476651110234
Binary111011011000100100001010000100111110110101001001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761848; }

 p { color: rgb(118,24,72); }

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

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

 a { background-color: rgb(118,24,72); }

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

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

 span { border-color: rgb(118,24,72); }

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