Html Css Color HEX #882848 Disco

📋 copy color: '#882848'

red 136 ◦ green 40 ◦ blue 72

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

Shades of Disco #882848

Tints of Disco #882848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 54.84%
G = 16.13%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#882848 (or 0x882848) is known color: Disco. HEX triplet: 88, 28 and 48. RGB value is (136,40,72). Sum of RGB (Red+Green+Blue) = 136+40+72=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #882848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882848 is #77D7B7. Grayscale: #484848. Windows color (decimal): -7854008 or 4728968. OLE color: 4728968.

HSL color Cylindrical-coordinate representation of color #882848: hue angle of 340º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882848 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 72 -
CMYK 0 0.71 0.47 0.47
HSL 340º 0.55% 0.35% -
HSV(B) 340º 0.71% 0.53% -
XYZ 12.08 7.22 6.89 -
YUV 72.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 136 40 72 0 0.71 0.47 0.47 340 0.55 0.35
Hex 88 28 48 0 47 2F 2F 154 37 23
Octal 210 50 110 0 107 57 57 524 67 43
Binary 10001000 101000 1001000 0 1000111 101111 101111 101010100 110111 100011

Color Harmonies of #882848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882848

Black with #882848

Text Example


Text Example

White with #882848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882848; }

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

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

background-color css

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

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

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

border-color css

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

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

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