Html Css Color HEX #883940 Stiletto

📋 copy color: '#883940'

red 136 ◦ green 57 ◦ blue 64

#883940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #883940

Tints of Stiletto #883940

RGB

 RED value IS 136 (53.52% from 255) = 52.92%

 GREEN value IS 57 (22.66% from 255) = 22.18%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 52.92%
G = 22.18%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#883940 (or 0x883940) is known color: Stiletto. HEX triplet: 88, 39 and 40. RGB value is (136,57,64). Sum of RGB (Red+Green+Blue) = 136+57+64=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #883940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883940 is #77C6BF. Grayscale: #515151. Windows color (decimal): -7849664 or 4209032. OLE color: 4209032.

HSL color Cylindrical-coordinate representation of color #883940: hue angle of 354.68º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883940 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 57 64 -
CMYK 0 0.58 0.53 0.47
HSL 354.68º 0.41% 0.38% -
HSV(B) 354.68º 0.58% 0.53% -
XYZ 12.54 8.53 5.84 -
YUV 81.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 136 57 64 0 0.58 0.53 0.47 354.68 0.41 0.38
Hex 88 39 40 0 3A 35 2F 163 29 26
Octal 210 71 100 0 72 65 57 543 51 46
Binary 10001000 111001 1000000 0 111010 110101 101111 101100011 101001 100110

Color Harmonies of #883940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883940

Black with #883940

Text Example


Text Example

White with #883940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883940; }

 p { color: rgb(136,57,64); }

 H1.HeaderClassName
 {
   color: #883940;
 }
 .AnyTagClassName
 {
   color: #883940;
 }
</style>

background-color css

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

 a { background-color: rgb(136,57,64); }

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

border-color css

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

 span { border-color: rgb(136,57,64); }

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