Html Css Color HEX #883F42 Stiletto

📋 copy color: '#883F42'

red 136 ◦ green 63 ◦ blue 66

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

Shades of Stiletto #883F42

Tints of Stiletto #883F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 51.32%
G = 23.77%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#883F42 (or 0x883F42) is known color: Stiletto. HEX triplet: 88, 3F and 42. RGB value is (136,63,66). Sum of RGB (Red+Green+Blue) = 136+63+66=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #883F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F42 is #77C0BD. Grayscale: #555555. Windows color (decimal): -7848126 or 4341640. OLE color: 4341640.

HSL color Cylindrical-coordinate representation of color #883F42: hue angle of 357.53º 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 #883F42 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 63 66 -
CMYK 0 0.54 0.51 0.47
HSL 357.53º 0.37% 0.39% -
HSV(B) 357.53º 0.54% 0.53% -
XYZ 12.91 9.18 6.25 -
YUV 85.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 136 63 66 0 0.54 0.51 0.47 357.53 0.37 0.39
Hex 88 3F 42 0 36 33 2F 166 25 27
Octal 210 77 102 0 66 63 57 546 45 47
Binary 10001000 111111 1000010 0 110110 110011 101111 101100110 100101 100111

Color Harmonies of #883F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883F42

Black with #883F42

Text Example


Text Example

White with #883F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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