Html Css Color HEX #882249 Disco

📋 copy color: '#882249'

red 136 ◦ green 34 ◦ blue 73

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

Shades of Disco #882249

Tints of Disco #882249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 55.97%
G = 13.99%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#882249 (or 0x882249) is known color: Disco. HEX triplet: 88, 22 and 49. RGB value is (136,34,73). Sum of RGB (Red+Green+Blue) = 136+34+73=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #882249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882249 is #77DDB6. Grayscale: #444444. Windows color (decimal): -7855543 or 4792968. OLE color: 4792968.

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

Color convert

RGB 136 34 73 -
CMYK 0 0.75 0.46 0.47
HSL 337.06º 0.6% 0.33% -
HSV(B) 337.06º 0.75% 0.53% -
XYZ 11.93 6.86 7 -
YUV 68.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 136 34 73 0 0.75 0.46 0.47 337.06 0.6 0.33
Hex 88 22 49 0 4B 2E 2F 151 3C 21
Octal 210 42 111 0 113 56 57 521 74 41
Binary 10001000 100010 1001001 0 1001011 101110 101111 101010001 111100 100001

Color Harmonies of #882249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882249

Black with #882249

Text Example


Text Example

White with #882249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882249; }

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

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

background-color css

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

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

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

border-color css

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

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

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