Html Css Color HEX #883B3F Stiletto

📋 copy color: '#883B3F'

red 136 ◦ green 59 ◦ blue 63

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

Shades of Stiletto #883B3F

Tints of Stiletto #883B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 52.71%
G = 22.87%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#883B3F (or 0x883B3F) is known color: Stiletto. HEX triplet: 88, 3B and 3F. RGB value is (136,59,63). Sum of RGB (Red+Green+Blue) = 136+59+63=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B3F is #77C4C0. Grayscale: #525252. Windows color (decimal): -7849153 or 4144008. OLE color: 4144008.

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

Color convert

RGB 136 59 63 -
CMYK 0 0.57 0.54 0.47
HSL 356.88º 0.39% 0.38% -
HSV(B) 356.88º 0.57% 0.53% -
XYZ 12.61 8.72 5.72 -
YUV 82.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 136 59 63 0 0.57 0.54 0.47 356.88 0.39 0.38
Hex 88 3B 3F 0 39 36 2F 165 27 26
Octal 210 73 77 0 71 66 57 545 47 46
Binary 10001000 111011 111111 0 111001 110110 101111 101100101 100111 100110

Color Harmonies of #883B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883B3F

Black with #883B3F

Text Example


Text Example

White with #883B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883B3F; }

 p { color: rgb(136,59,63); }

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

background-color css

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

 a { background-color: rgb(136,59,63); }

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

border-color css

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

 span { border-color: rgb(136,59,63); }

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