Html Css Color HEX #882D50 Disco

📋 copy color: '#882D50'

red 136 ◦ green 45 ◦ blue 80

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

Shades of Disco #882D50

Tints of Disco #882D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.24%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 52.11%
G = 17.24%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#882D50 (or 0x882D50) is known color: Disco. HEX triplet: 88, 2D and 50. RGB value is (136,45,80). Sum of RGB (Red+Green+Blue) = 136+45+80=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #882D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D50 is #77D2AF. Grayscale: #4C4C4C. Windows color (decimal): -7852720 or 5254536. OLE color: 5254536.

HSL color Cylindrical-coordinate representation of color #882D50: hue angle of 336.92º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D50 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 80 -
CMYK 0 0.67 0.41 0.47
HSL 336.92º 0.5% 0.35% -
HSV(B) 336.92º 0.67% 0.53% -
XYZ 12.54 7.69 8.41 -
YUV 76.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 136 45 80 0 0.67 0.41 0.47 336.92 0.5 0.35
Hex 88 2D 50 0 43 29 2F 151 32 23
Octal 210 55 120 0 103 51 57 521 62 43
Binary 10001000 101101 1010000 0 1000011 101001 101111 101010001 110010 100011

Color Harmonies of #882D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D50

Black with #882D50

Text Example


Text Example

White with #882D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882D50; }

 p { color: rgb(136,45,80); }

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

background-color css

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

 a { background-color: rgb(136,45,80); }

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

border-color css

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

 span { border-color: rgb(136,45,80); }

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