Html Css Color HEX #882D47 Disco

📋 copy color: '#882D47'

red 136 ◦ green 45 ◦ blue 71

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

Shades of Disco #882D47

Tints of Disco #882D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 53.97%
G = 17.86%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#882D47 (or 0x882D47) is known color: Disco. HEX triplet: 88, 2D and 47. RGB value is (136,45,71). Sum of RGB (Red+Green+Blue) = 136+45+71=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #882D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D47 is #77D2B8. Grayscale: #4B4B4B. Windows color (decimal): -7852729 or 4664712. OLE color: 4664712.

HSL color Cylindrical-coordinate representation of color #882D47: hue angle of 342.86º 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 #882D47 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 71 -
CMYK 0 0.67 0.48 0.47
HSL 342.86º 0.5% 0.35% -
HSV(B) 342.86º 0.67% 0.53% -
XYZ 12.23 7.57 6.78 -
YUV 75.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 136 45 71 0 0.67 0.48 0.47 342.86 0.5 0.35
Hex 88 2D 47 0 43 30 2F 157 32 23
Octal 210 55 107 0 103 60 57 527 62 43
Binary 10001000 101101 1000111 0 1000011 110000 101111 101010111 110010 100011

Color Harmonies of #882D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D47

Black with #882D47

Text Example


Text Example

White with #882D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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