Html Css Color HEX #882448 Disco

📋 copy color: '#882448'

red 136 ◦ green 36 ◦ blue 72

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

Shades of Disco #882448

Tints of Disco #882448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 55.74%
G = 14.75%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#882448 (or 0x882448) is known color: Disco. HEX triplet: 88, 24 and 48. RGB value is (136,36,72). Sum of RGB (Red+Green+Blue) = 136+36+72=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #882448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882448 is #77DBB7. Grayscale: #454545. Windows color (decimal): -7855032 or 4727944. OLE color: 4727944.

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

Color convert

RGB 136 36 72 -
CMYK 0 0.74 0.47 0.47
HSL 338.4º 0.58% 0.34% -
HSV(B) 338.4º 0.74% 0.53% -
XYZ 11.95 6.96 6.85 -
YUV 70 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 136 36 72 0 0.74 0.47 0.47 338.4 0.58 0.34
Hex 88 24 48 0 4A 2F 2F 152 3A 22
Octal 210 44 110 0 112 57 57 522 72 42
Binary 10001000 100100 1001000 0 1001010 101111 101111 101010010 111010 100010

Color Harmonies of #882448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882448

Black with #882448

Text Example


Text Example

White with #882448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882448; }

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

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

background-color css

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

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

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

border-color css

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

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

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