#7D3C3D

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

Shades of Stiletto #7D3C3D

Tints of Stiletto #7D3C3D

Color information

#7D3C3D (or 0x7D3C3D) is unknown color: approx Stiletto. HEX triplet: 7D, 3C and 3D. RGB value is (125,60,61). Sum of RGB (Red+Green+Blue) = 125+60+61=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C3D is #82C3C2. Grayscale: #4F4F4F. Windows color (decimal): -8569795 or 4013181. OLE color: 4013181.

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

Color convert

RGB1256061-
CMYK00.520.510.51
HSL359.08º35.14%36.27%-
HSV(B)359.08º52%49.02%-
XYZ10.927.935.37-
YUV79.55117.53160.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.81%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=50.81%
G=24.39%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125606100.520.510.51359.0835.1436.27
Hex7D3C3D03433331672324
Octal175747506463635474344
Binary11111011111001111010110100110011110011101100111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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