Html Css Color HEX #882846 Disco

📋 copy color: '#882846'

red 136 ◦ green 40 ◦ blue 70

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

Shades of Disco #882846

Tints of Disco #882846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 55.28%
G = 16.26%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#882846 (or 0x882846) is known color: Disco. HEX triplet: 88, 28 and 46. RGB value is (136,40,70). Sum of RGB (Red+Green+Blue) = 136+40+70=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #882846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882846 is #77D7B9. Grayscale: #484848. Windows color (decimal): -7854010 or 4597896. OLE color: 4597896.

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

Color convert

RGB 136 40 70 -
CMYK 0 0.71 0.49 0.47
HSL 341.25º 0.55% 0.35% -
HSV(B) 341.25º 0.71% 0.53% -
XYZ 12.02 7.19 6.55 -
YUV 72.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 136 40 70 0 0.71 0.49 0.47 341.25 0.55 0.35
Hex 88 28 46 0 47 31 2F 155 37 23
Octal 210 50 106 0 107 61 57 525 67 43
Binary 10001000 101000 1000110 0 1000111 110001 101111 101010101 110111 100011

Color Harmonies of #882846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882846

Black with #882846

Text Example


Text Example

White with #882846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882846; }

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

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

background-color css

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

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

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

border-color css

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

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

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