Html Css Color HEX #883149 Disco

📋 copy color: '#883149'

red 136 ◦ green 49 ◦ blue 73

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

Shades of Disco #883149

Tints of Disco #883149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 52.71%
G = 18.99%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#883149 (or 0x883149) is known color: Disco. HEX triplet: 88, 31 and 49. RGB value is (136,49,73). Sum of RGB (Red+Green+Blue) = 136+49+73=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #883149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883149 is #77CEB6. Grayscale: #4D4D4D. Windows color (decimal): -7851703 or 4796808. OLE color: 4796808.

HSL color Cylindrical-coordinate representation of color #883149: hue angle of 343.45º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883149 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 73 -
CMYK 0 0.64 0.46 0.47
HSL 343.45º 0.47% 0.36% -
HSV(B) 343.45º 0.64% 0.53% -
XYZ 12.45 7.91 7.17 -
YUV 77.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 136 49 73 0 0.64 0.46 0.47 343.45 0.47 0.36
Hex 88 31 49 0 40 2E 2F 157 2F 24
Octal 210 61 111 0 100 56 57 527 57 44
Binary 10001000 110001 1001001 0 1000000 101110 101111 101010111 101111 100100

Color Harmonies of #883149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883149

Black with #883149

Text Example


Text Example

White with #883149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883149; }

 p { color: rgb(136,49,73); }

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

background-color css

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

 a { background-color: rgb(136,49,73); }

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

border-color css

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

 span { border-color: rgb(136,49,73); }

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