#803638

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

Shades of Stiletto #803638

Tints of Stiletto #803638

Color information

#803638 (or 0x803638) is unknown color: approx Stiletto. HEX triplet: 80, 36 and 38. RGB value is (128,54,56). Sum of RGB (Red+Green+Blue) = 128+54+56=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #803638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803638 is #7FC9C7. Grayscale: #4C4C4C. Windows color (decimal): -8374728 or 3683968. OLE color: 3683968.

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

Color convert

RGB1285456-
CMYK00.580.560.50
HSL358.38º40.66%35.69%-
HSV(B)358.38º57.81%50.2%-
XYZ10.947.514.62-
YUV76.35116.52164.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.78%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=53.78%
G=22.69%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128545600.580.560.50358.3840.6635.69
Hex80363803A38321662924
Octal200667007270625465144
Binary100000001101101110000111010111000110010101100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803638; }

 p { color: rgb(128,54,56); }

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

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

 a { background-color: rgb(128,54,56); }

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

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

 span { border-color: rgb(128,54,56); }

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