#7E383A

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

Shades of Stiletto #7E383A

Tints of Stiletto #7E383A

Color information

#7E383A (or 0x7E383A) is unknown color: approx Stiletto. HEX triplet: 7E, 38 and 3A. RGB value is (126,56,58). Sum of RGB (Red+Green+Blue) = 126+56+58=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E383A is #81C7C5. Grayscale: #4D4D4D. Windows color (decimal): -8505286 or 3815550. OLE color: 3815550.

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

Color convert

RGB1265658-
CMYK00.560.540.51
HSL358.29º38.46%35.69%-
HSV(B)358.29º55.56%49.41%-
XYZ10.787.574.9-
YUV77.16117.19162.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.5%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=52.5%
G=23.33%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126565800.560.540.51358.2938.4635.69
Hex7E383A03836331662624
Octal176707207066635464644
Binary11111101110001110100111000110110110011101100110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,56,58); }

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

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

 a { background-color: rgb(126,56,58); }

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

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

 span { border-color: rgb(126,56,58); }

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