Html Css Color HEX #882047 Disco

📋 copy color: '#882047'

red 136 ◦ green 32 ◦ blue 71

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

Shades of Disco #882047

Tints of Disco #882047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 56.9%
G = 13.39%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#882047 (or 0x882047) is known color: Disco. HEX triplet: 88, 20 and 47. RGB value is (136,32,71). Sum of RGB (Red+Green+Blue) = 136+32+71=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882047 is #77DFB8. Grayscale: #434343. Windows color (decimal): -7856057 or 4661384. OLE color: 4661384.

HSL color Cylindrical-coordinate representation of color #882047: hue angle of 337.5º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882047 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 71 -
CMYK 0 0.76 0.48 0.47
HSL 337.5º 0.62% 0.33% -
HSV(B) 337.5º 0.76% 0.53% -
XYZ 11.81 6.72 6.64 -
YUV 67.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 136 32 71 0 0.76 0.48 0.47 337.5 0.62 0.33
Hex 88 20 47 0 4C 30 2F 152 3E 21
Octal 210 40 107 0 114 60 57 522 76 41
Binary 10001000 100000 1000111 0 1001100 110000 101111 101010010 111110 100001

Color Harmonies of #882047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882047

Black with #882047

Text Example


Text Example

White with #882047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882047; }

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

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

background-color css

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

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

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

border-color css

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

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

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