#814243

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

Shades of Stiletto #814243

Tints of Stiletto #814243

Color information

#814243 (or 0x814243) is unknown color: approx Stiletto. HEX triplet: 81, 42 and 43. RGB value is (129,66,67). Sum of RGB (Red+Green+Blue) = 129+66+67=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #814243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814243 is #7EBDBC. Grayscale: #555555. Windows color (decimal): -8306109 or 4407937. OLE color: 4407937.

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

Color convert

RGB1296667-
CMYK00.490.480.49
HSL359.05º32.31%38.24%-
HSV(B)359.05º48.84%50.59%-
XYZ12.018.976.41-
YUV84.95117.87159.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=49.24%
G=25.19%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129666700.490.480.49359.0532.3138.24
Hex81424303130311672026
Octal20110210306160615474046
Binary10000001100001010000110110001110000110001101100111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814243; }

 p { color: rgb(129,66,67); }

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

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

 a { background-color: rgb(129,66,67); }

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

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

 span { border-color: rgb(129,66,67); }

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