Html Css Color HEX #883F46 Stiletto

📋 copy color: '#883F46'

red 136 ◦ green 63 ◦ blue 70

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

Shades of Stiletto #883F46

Tints of Stiletto #883F46

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 50.56%
G = 23.42%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#883F46 (or 0x883F46) is known color: Stiletto. HEX triplet: 88, 3F and 46. RGB value is (136,63,70). Sum of RGB (Red+Green+Blue) = 136+63+70=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #883F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F46 is #77C0B9. Grayscale: #555555. Windows color (decimal): -7848122 or 4603784. OLE color: 4603784.

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

Color convert

RGB 136 63 70 -
CMYK 0 0.54 0.49 0.47
HSL 354.25º 0.37% 0.39% -
HSV(B) 354.25º 0.54% 0.53% -
XYZ 13.04 9.23 6.89 -
YUV 85.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 136 63 70 0 0.54 0.49 0.47 354.25 0.37 0.39
Hex 88 3F 46 0 36 31 2F 162 25 27
Octal 210 77 106 0 66 61 57 542 45 47
Binary 10001000 111111 1000110 0 110110 110001 101111 101100010 100101 100111

Color Harmonies of #883F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883F46

Black with #883F46

Text Example


Text Example

White with #883F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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