#7F3841

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

Shades of Stiletto #7F3841

Tints of Stiletto #7F3841

Color information

#7F3841 (or 0x7F3841) is unknown color: approx Stiletto. HEX triplet: 7F, 38 and 41. RGB value is (127,56,65). Sum of RGB (Red+Green+Blue) = 127+56+65=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3841 is #80C7BE. Grayscale: #4E4E4E. Windows color (decimal): -8439743 or 4274303. OLE color: 4274303.

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

Color convert

RGB1275665-
CMYK00.560.490.50
HSL352.39º38.8%35.88%-
HSV(B)352.39º55.91%49.8%-
XYZ11.127.725.91-
YUV78.26120.52162.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.21%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=51.21%
G=22.58%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127566500.560.490.50352.3938.835.88
Hex7F384103831321602724
Octal1777010107061625404744
Binary111111111100010000010111000110001110010101100000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,56,65); }

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

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

 a { background-color: rgb(127,56,65); }

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

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

 span { border-color: rgb(127,56,65); }

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