Html Css Color HEX #882147 Disco

📋 copy color: '#882147'

red 136 ◦ green 33 ◦ blue 71

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

Shades of Disco #882147

Tints of Disco #882147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 56.67%
G = 13.75%
B = 29.58%

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

#882147 (or 0x882147) is known color: Disco. HEX triplet: 88, 21 and 47. RGB value is (136,33,71). Sum of RGB (Red+Green+Blue) = 136+33+71=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882147 is #77DEB8. Grayscale: #444444. Windows color (decimal): -7855801 or 4661640. OLE color: 4661640.

HSL color Cylindrical-coordinate representation of color #882147: hue angle of 337.86º degrees, saturation: 0.61, 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 #882147 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 71 -
CMYK 0 0.76 0.48 0.47
HSL 337.86º 0.61% 0.33% -
HSV(B) 337.86º 0.76% 0.53% -
XYZ 11.83 6.78 6.65 -
YUV 68.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 136 33 71 0 0.76 0.48 0.47 337.86 0.61 0.33
Hex 88 21 47 0 4C 30 2F 152 3D 21
Octal 210 41 107 0 114 60 57 522 75 41
Binary 10001000 100001 1000111 0 1001100 110000 101111 101010010 111101 100001

Color Harmonies of #882147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882147

Black with #882147

Text Example


Text Example

White with #882147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882147; }

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

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

background-color css

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

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

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

border-color css

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

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

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