Html Css Color HEX #882549 Disco

📋 copy color: '#882549'

red 136 ◦ green 37 ◦ blue 73

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

Shades of Disco #882549

Tints of Disco #882549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 55.28%
G = 15.04%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#882549 (or 0x882549) is known color: Disco. HEX triplet: 88, 25 and 49. RGB value is (136,37,73). Sum of RGB (Red+Green+Blue) = 136+37+73=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #882549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882549 is #77DAB6. Grayscale: #464646. Windows color (decimal): -7854775 or 4793736. OLE color: 4793736.

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

Color convert

RGB 136 37 73 -
CMYK 0 0.73 0.46 0.47
HSL 338.18º 0.57% 0.34% -
HSV(B) 338.18º 0.73% 0.53% -
XYZ 12.02 7.04 7.03 -
YUV 70.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 136 37 73 0 0.73 0.46 0.47 338.18 0.57 0.34
Hex 88 25 49 0 49 2E 2F 152 39 22
Octal 210 45 111 0 111 56 57 522 71 42
Binary 10001000 100101 1001001 0 1001001 101110 101111 101010010 111001 100010

Color Harmonies of #882549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882549

Black with #882549

Text Example


Text Example

White with #882549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882549; }

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

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

background-color css

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

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

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

border-color css

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

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

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