Html Css Color HEX #882C47 Disco

📋 copy color: '#882C47'

red 136 ◦ green 44 ◦ blue 71

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

Shades of Disco #882C47

Tints of Disco #882C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

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

R = 54.18%
G = 17.53%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#882C47 (or 0x882C47) is known color: Disco. HEX triplet: 88, 2C and 47. RGB value is (136,44,71). Sum of RGB (Red+Green+Blue) = 136+44+71=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #882C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C47 is #77D3B8. Grayscale: #4A4A4A. Windows color (decimal): -7852985 or 4664456. OLE color: 4664456.

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

Color convert

RGB 136 44 71 -
CMYK 0 0.68 0.48 0.47
HSL 342.39º 0.51% 0.35% -
HSV(B) 342.39º 0.68% 0.53% -
XYZ 12.19 7.49 6.76 -
YUV 74.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 136 44 71 0 0.68 0.48 0.47 342.39 0.51 0.35
Hex 88 2C 47 0 44 30 2F 156 33 23
Octal 210 54 107 0 104 60 57 526 63 43
Binary 10001000 101100 1000111 0 1000100 110000 101111 101010110 110011 100011

Color Harmonies of #882C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C47

Black with #882C47

Text Example


Text Example

White with #882C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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