Html Css Color HEX #88393C Stiletto

📋 copy color: '#88393C'

red 136 ◦ green 57 ◦ blue 60

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

Shades of Stiletto #88393C

Tints of Stiletto #88393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 53.75%
G = 22.53%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88393C (or 0x88393C) is known color: Stiletto. HEX triplet: 88, 39 and 3C. RGB value is (136,57,60). Sum of RGB (Red+Green+Blue) = 136+57+60=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88393C is #77C6C3. Grayscale: #515151. Windows color (decimal): -7849668 or 3946888. OLE color: 3946888.

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

Color convert

RGB 136 57 60 -
CMYK 0 0.58 0.56 0.47
HSL 357.72º 0.41% 0.38% -
HSV(B) 357.72º 0.58% 0.53% -
XYZ 12.43 8.49 5.26 -
YUV 80.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 136 57 60 0 0.58 0.56 0.47 357.72 0.41 0.38
Hex 88 39 3C 0 3A 38 2F 166 29 26
Octal 210 71 74 0 72 70 57 546 51 46
Binary 10001000 111001 111100 0 111010 111000 101111 101100110 101001 100110

Color Harmonies of #88393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88393C

Black with #88393C

Text Example


Text Example

White with #88393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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