Html Css Color HEX #88193F Disco

📋 copy color: '#88193F'

red 136 ◦ green 25 ◦ blue 63

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

Shades of Disco #88193F

Tints of Disco #88193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 60.71%
G = 11.16%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88193F (or 0x88193F) is known color: Disco. HEX triplet: 88, 19 and 3F. RGB value is (136,25,63). Sum of RGB (Red+Green+Blue) = 136+25+63=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #88193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88193F is #77E6C0. Grayscale: #3E3E3E. Windows color (decimal): -7857857 or 4135304. OLE color: 4135304.

HSL color Cylindrical-coordinate representation of color #88193F: hue angle of 339.46º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88193F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 63 -
CMYK 0 0.82 0.54 0.47
HSL 339.46º 0.69% 0.32% -
HSV(B) 339.46º 0.82% 0.53% -
XYZ 11.4 6.29 5.32 -
YUV 62.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 136 25 63 0 0.82 0.54 0.47 339.46 0.69 0.32
Hex 88 19 3F 0 52 36 2F 153 45 20
Octal 210 31 77 0 122 66 57 523 105 40
Binary 10001000 11001 111111 0 1010010 110110 101111 101010011 1000101 100000

Color Harmonies of #88193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88193F

Black with #88193F

Text Example


Text Example

White with #88193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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