Html Css Color HEX #882444 Disco

📋 copy color: '#882444'

red 136 ◦ green 36 ◦ blue 68

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

Shades of Disco #882444

Tints of Disco #882444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.33%

R = 56.67%
G = 15%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#882444 (or 0x882444) is known color: Disco. HEX triplet: 88, 24 and 44. RGB value is (136,36,68). Sum of RGB (Red+Green+Blue) = 136+36+68=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882444 is #77DBBB. Grayscale: #454545. Windows color (decimal): -7855036 or 4465800. OLE color: 4465800.

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

Color convert

RGB 136 36 68 -
CMYK 0 0.74 0.50 0.47
HSL 340.8º 0.58% 0.34% -
HSV(B) 340.8º 0.74% 0.53% -
XYZ 11.83 6.91 6.18 -
YUV 69.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 136 36 68 0 0.74 0.50 0.47 340.8 0.58 0.34
Hex 88 24 44 0 4A 32 2F 155 3A 22
Octal 210 44 104 0 112 62 57 525 72 42
Binary 10001000 100100 1000100 0 1001010 110010 101111 101010101 111010 100010

Color Harmonies of #882444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882444

Black with #882444

Text Example


Text Example

White with #882444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882444; }

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

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

background-color css

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

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

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

border-color css

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

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

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