#761A3F

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

Shades of Pompadour #761A3F

Tints of Pompadour #761A3F

Color information

#761A3F (or 0x761A3F) is unknown color: approx Pompadour. HEX triplet: 76, 1A and 3F. RGB value is (118,26,63). Sum of RGB (Red+Green+Blue) = 118+26+63=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A3F is #89E5C0. Grayscale: #393939. Windows color (decimal): -9037249 or 4135542. OLE color: 4135542.

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

Color convert

RGB1182663-
CMYK00.780.470.54
HSL335.87º63.89%28.24%-
HSV(B)335.87º77.97%46.27%-
XYZ8.744.955.2-
YUV57.73130.98170.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 63 (25% from 255) = 30.43%
R=57.00%
G=12.56%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118266300.780.470.54335.8763.8928.24
Hex761A3F04E2F36150401c
Octal16632770116576652010034
Binary11101101101011111101001110101111110110101010000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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