#823741

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

Shades of Stiletto #823741

Tints of Stiletto #823741

Color information

#823741 (or 0x823741) is unknown color: approx Stiletto. HEX triplet: 82, 37 and 41. RGB value is (130,55,65). Sum of RGB (Red+Green+Blue) = 130+55+65=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #823741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823741 is #7DC8BE. Grayscale: #4E4E4E. Windows color (decimal): -8243391 or 4274050. OLE color: 4274050.

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

Color convert

RGB1305565-
CMYK00.580.500.49
HSL352º40.54%36.27%-
HSV(B)352º57.69%50.98%-
XYZ11.537.865.91-
YUV78.56120.35164.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 65 (25.78% from 255) = 26%
R=52%
G=22%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130556500.580.500.4935240.5436.27
Hex82374103A32311602924
Octal2026710107262615405144
Binary1000001011011110000010111010110010110001101100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823741; }

 p { color: rgb(130,55,65); }

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

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

 a { background-color: rgb(130,55,65); }

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

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

 span { border-color: rgb(130,55,65); }

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