Html Css Color HEX #882449 Disco

📋 copy color: '#882449'

red 136 ◦ green 36 ◦ blue 73

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

Shades of Disco #882449

Tints of Disco #882449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 55.51%
G = 14.69%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#882449 (or 0x882449) is known color: Disco. HEX triplet: 88, 24 and 49. RGB value is (136,36,73). Sum of RGB (Red+Green+Blue) = 136+36+73=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882449 is #77DBB6. Grayscale: #464646. Windows color (decimal): -7855031 or 4793480. OLE color: 4793480.

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

Color convert

RGB 136 36 73 -
CMYK 0 0.74 0.46 0.47
HSL 337.8º 0.58% 0.34% -
HSV(B) 337.8º 0.74% 0.53% -
XYZ 11.99 6.98 7.02 -
YUV 70.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 136 36 73 0 0.74 0.46 0.47 337.8 0.58 0.34
Hex 88 24 49 0 4A 2E 2F 152 3A 22
Octal 210 44 111 0 112 56 57 522 72 42
Binary 10001000 100100 1001001 0 1001010 101110 101111 101010010 111010 100010

Color Harmonies of #882449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882449

Black with #882449

Text Example


Text Example

White with #882449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882449; }

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

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

background-color css

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

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

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

border-color css

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

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

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