#7D3A40

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

Shades of Stiletto #7D3A40

Tints of Stiletto #7D3A40

Color information

#7D3A40 (or 0x7D3A40) is unknown color: approx Stiletto. HEX triplet: 7D, 3A and 40. RGB value is (125,58,64). Sum of RGB (Red+Green+Blue) = 125+58+64=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3A40 is #82C5BF. Grayscale: #4E4E4E. Windows color (decimal): -8570304 or 4209277. OLE color: 4209277.

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

Color convert

RGB1255864-
CMYK00.540.490.51
HSL354.63º36.61%35.88%-
HSV(B)354.63º53.6%49.02%-
XYZ10.97.765.77-
YUV78.72119.7161.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=50.61%
G=23.48%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125586400.540.490.51354.6336.6135.88
Hex7D3A4003631331632524
Octal1757210006661635434544
Binary111110111101010000000110110110001110011101100011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,58,64); }

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

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

 a { background-color: rgb(125,58,64); }

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

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

 span { border-color: rgb(125,58,64); }

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