#7D3D3F

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

Shades of Stiletto #7D3D3F

Tints of Stiletto #7D3D3F

Color information

#7D3D3F (or 0x7D3D3F) is unknown color: approx Stiletto. HEX triplet: 7D, 3D and 3F. RGB value is (125,61,63). Sum of RGB (Red+Green+Blue) = 125+61+63=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D3F is #82C2C0. Grayscale: #505050. Windows color (decimal): -8569537 or 4144509. OLE color: 4144509.

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

Color convert

RGB1256163-
CMYK00.510.500.51
HSL358.12º34.41%36.47%-
HSV(B)358.12º51.2%49.02%-
XYZ11.028.065.68-
YUV80.36118.2159.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.20%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 63 (25% from 255) = 25.30%
R=50.20%
G=24.50%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125616300.510.500.51358.1234.4136.47
Hex7D3D3F03332331662224
Octal175757706362635464244
Binary11111011111011111110110011110010110011101100110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,63); }

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

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

 a { background-color: rgb(125,61,63); }

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

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

 span { border-color: rgb(125,61,63); }

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