Html Css Color HEX #88373F Stiletto

📋 copy color: '#88373F'

red 136 ◦ green 55 ◦ blue 63

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

Shades of Stiletto #88373F

Tints of Stiletto #88373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 53.54%
G = 21.65%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88373F (or 0x88373F) is known color: Stiletto. HEX triplet: 88, 37 and 3F. RGB value is (136,55,63). Sum of RGB (Red+Green+Blue) = 136+55+63=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88373F is #77C8C0. Grayscale: #505050. Windows color (decimal): -7850177 or 4142984. OLE color: 4142984.

HSL color Cylindrical-coordinate representation of color #88373F: hue angle of 354.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88373F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 63 -
CMYK 0 0.60 0.54 0.47
HSL 354.07º 0.42% 0.37% -
HSV(B) 354.07º 0.6% 0.53% -
XYZ 12.42 8.33 5.66 -
YUV 80.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 136 55 63 0 0.60 0.54 0.47 354.07 0.42 0.37
Hex 88 37 3F 0 3C 36 2F 162 2A 25
Octal 210 67 77 0 74 66 57 542 52 45
Binary 10001000 110111 111111 0 111100 110110 101111 101100010 101010 100101

Color Harmonies of #88373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88373F

Black with #88373F

Text Example


Text Example

White with #88373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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