#7F3B3F

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

Shades of Stiletto #7F3B3F

Tints of Stiletto #7F3B3F

Color information

#7F3B3F (or 0x7F3B3F) is unknown color: approx Stiletto. HEX triplet: 7F, 3B and 3F. RGB value is (127,59,63). Sum of RGB (Red+Green+Blue) = 127+59+63=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3B3F is #80C4C0. Grayscale: #4F4F4F. Windows color (decimal): -8438977 or 4143999. OLE color: 4143999.

HSL color Cylindrical-coordinate representation of color #7F3B3F: hue angle of 356.47º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3B3F is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB1275963-
CMYK00.540.500.50
HSL356.47º36.56%36.47%-
HSV(B)356.47º53.54%49.8%-
XYZ11.2185.66-
YUV79.79118.53161.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 63 (25% from 255) = 25.30%
R=51.00%
G=23.69%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127596300.540.500.50356.4736.5636.47
Hex7F3B3F03632321642524
Octal177737706662625444544
Binary11111111110111111110110110110010110010101100100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3B3F; }

 p { color: rgb(127,59,63); }

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

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

 a { background-color: rgb(127,59,63); }

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

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

 span { border-color: rgb(127,59,63); }

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