Html Css Color HEX #88393D Stiletto

📋 copy color: '#88393D'

red 136 ◦ green 57 ◦ blue 61

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

Shades of Stiletto #88393D

Tints of Stiletto #88393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 53.54%
G = 22.44%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88393D (or 0x88393D) is known color: Stiletto. HEX triplet: 88, 39 and 3D. RGB value is (136,57,61). Sum of RGB (Red+Green+Blue) = 136+57+61=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88393D is #77C6C2. Grayscale: #515151. Windows color (decimal): -7849667 or 4012424. OLE color: 4012424.

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

Color convert

RGB 136 57 61 -
CMYK 0 0.58 0.55 0.47
HSL 356.96º 0.41% 0.38% -
HSV(B) 356.96º 0.58% 0.53% -
XYZ 12.46 8.5 5.4 -
YUV 81.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 136 57 61 0 0.58 0.55 0.47 356.96 0.41 0.38
Hex 88 39 3D 0 3A 37 2F 165 29 26
Octal 210 71 75 0 72 67 57 545 51 46
Binary 10001000 111001 111101 0 111010 110111 101111 101100101 101001 100110

Color Harmonies of #88393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88393D

Black with #88393D

Text Example


Text Example

White with #88393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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