#823B43

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

Shades of Stiletto #823B43

Tints of Stiletto #823B43

Color information

#823B43 (or 0x823B43) is unknown color: approx Stiletto. HEX triplet: 82, 3B and 43. RGB value is (130,59,67). Sum of RGB (Red+Green+Blue) = 130+59+67=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #823B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B43 is #7DC4BC. Grayscale: #515151. Windows color (decimal): -8242365 or 4406146. OLE color: 4406146.

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

Color convert

RGB1305967-
CMYK00.550.480.49
HSL353.24º37.57%37.06%-
HSV(B)353.24º54.62%50.98%-
XYZ11.788.286.29-
YUV81.14120.02162.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=50.78%
G=23.05%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130596700.550.480.49353.2437.5737.06
Hex823B4303730311612625
Octal2027310306760615414645
Binary1000001011101110000110110111110000110001101100001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823B43; }

 p { color: rgb(130,59,67); }

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

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

 a { background-color: rgb(130,59,67); }

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

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

 span { border-color: rgb(130,59,67); }

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