#761C3F

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

Shades of Pompadour #761C3F

Tints of Pompadour #761C3F

Color information

#761C3F (or 0x761C3F) is unknown color: approx Pompadour. HEX triplet: 76, 1C and 3F. RGB value is (118,28,63). Sum of RGB (Red+Green+Blue) = 118+28+63=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C3F is #89E3C0. Grayscale: #3A3A3A. Windows color (decimal): -9036737 or 4136054. OLE color: 4136054.

HSL color Cylindrical-coordinate representation of color #761C3F: hue angle of 336.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C3F is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1182863-
CMYK00.760.470.54
HSL336.67º61.64%28.63%-
HSV(B)336.67º76.27%46.27%-
XYZ8.785.045.21-
YUV58.9130.32170.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 63 (25% from 255) = 30.14%
R=56.46%
G=13.40%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118286300.760.470.54336.6761.6428.63
Hex761C3F04C2F361513e1d
Octal1663477011457665217635
Binary1110110111001111110100110010111111011010101000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761C3F; }

 p { color: rgb(118,28,63); }

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

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

 a { background-color: rgb(118,28,63); }

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

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

 span { border-color: rgb(118,28,63); }

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