Html Css Color HEX #882C49 Disco

📋 copy color: '#882C49'

red 136 ◦ green 44 ◦ blue 73

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

Shades of Disco #882C49

Tints of Disco #882C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 53.75%
G = 17.39%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#882C49 (or 0x882C49) is known color: Disco. HEX triplet: 88, 2C and 49. RGB value is (136,44,73). Sum of RGB (Red+Green+Blue) = 136+44+73=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #882C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C49 is #77D3B6. Grayscale: #4A4A4A. Windows color (decimal): -7852983 or 4795528. OLE color: 4795528.

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

Color convert

RGB 136 44 73 -
CMYK 0 0.68 0.46 0.47
HSL 341.09º 0.51% 0.35% -
HSV(B) 341.09º 0.68% 0.53% -
XYZ 12.26 7.52 7.11 -
YUV 74.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 136 44 73 0 0.68 0.46 0.47 341.09 0.51 0.35
Hex 88 2C 49 0 44 2E 2F 155 33 23
Octal 210 54 111 0 104 56 57 525 63 43
Binary 10001000 101100 1001001 0 1000100 101110 101111 101010101 110011 100011

Color Harmonies of #882C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C49

Black with #882C49

Text Example


Text Example

White with #882C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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