Html Css Color HEX #882747 Disco

📋 copy color: '#882747'

red 136 ◦ green 39 ◦ blue 71

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

Shades of Disco #882747

Tints of Disco #882747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.85%

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

R = 55.28%
G = 15.85%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#882747 (or 0x882747) is known color: Disco. HEX triplet: 88, 27 and 47. RGB value is (136,39,71). Sum of RGB (Red+Green+Blue) = 136+39+71=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #882747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882747 is #77D8B8. Grayscale: #474747. Windows color (decimal): -7854265 or 4663176. OLE color: 4663176.

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

Color convert

RGB 136 39 71 -
CMYK 0 0.71 0.48 0.47
HSL 340.21º 0.55% 0.34% -
HSV(B) 340.21º 0.71% 0.53% -
XYZ 12.02 7.14 6.71 -
YUV 71.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 136 39 71 0 0.71 0.48 0.47 340.21 0.55 0.34
Hex 88 27 47 0 47 30 2F 154 37 22
Octal 210 47 107 0 107 60 57 524 67 42
Binary 10001000 100111 1000111 0 1000111 110000 101111 101010100 110111 100010

Color Harmonies of #882747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882747

Black with #882747

Text Example


Text Example

White with #882747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882747; }

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

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

background-color css

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

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

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

border-color css

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

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

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