#7D3C43

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

Shades of Stiletto #7D3C43

Tints of Stiletto #7D3C43

Color information

#7D3C43 (or 0x7D3C43) is unknown color: approx Stiletto. HEX triplet: 7D, 3C and 43. RGB value is (125,60,67). Sum of RGB (Red+Green+Blue) = 125+60+67=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C43 is #82C3BC. Grayscale: #505050. Windows color (decimal): -8569789 or 4406397. OLE color: 4406397.

HSL color Cylindrical-coordinate representation of color #7D3C43: hue angle of 353.54º 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 #7D3C43 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB1256067-
CMYK00.520.460.51
HSL353.54º35.14%36.27%-
HSV(B)353.54º52%49.02%-
XYZ11.0986.27-
YUV80.23120.53159.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.60%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=49.60%
G=23.81%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125606700.520.460.51353.5435.1436.27
Hex7D3C430342E331622324
Octal1757410306456635424344
Binary111110111110010000110110100101110110011101100010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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