Html Css Color HEX #88393F Stiletto

📋 copy color: '#88393F'

red 136 ◦ green 57 ◦ blue 63

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

Shades of Stiletto #88393F

Tints of Stiletto #88393F

RGB

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

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

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

R = 53.13%
G = 22.27%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88393F (or 0x88393F) is known color: Stiletto. HEX triplet: 88, 39 and 3F. RGB value is (136,57,63). Sum of RGB (Red+Green+Blue) = 136+57+63=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #88393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88393F is #77C6C0. Grayscale: #515151. Windows color (decimal): -7849665 or 4143496. OLE color: 4143496.

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

Color convert

RGB 136 57 63 -
CMYK 0 0.58 0.54 0.47
HSL 355.44º 0.41% 0.38% -
HSV(B) 355.44º 0.58% 0.53% -
XYZ 12.51 8.52 5.69 -
YUV 81.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 136 57 63 0 0.58 0.54 0.47 355.44 0.41 0.38
Hex 88 39 3F 0 3A 36 2F 163 29 26
Octal 210 71 77 0 72 66 57 543 51 46
Binary 10001000 111001 111111 0 111010 110110 101111 101100011 101001 100110

Color Harmonies of #88393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88393F

Black with #88393F

Text Example


Text Example

White with #88393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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