Html Css Color HEX #882746 Disco

📋 copy color: '#882746'

red 136 ◦ green 39 ◦ blue 70

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

Shades of Disco #882746

Tints of Disco #882746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

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

R = 55.51%
G = 15.92%
B = 28.57%

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

#882746 (or 0x882746) is known color: Disco. HEX triplet: 88, 27 and 46. RGB value is (136,39,70). Sum of RGB (Red+Green+Blue) = 136+39+70=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882746 is #77D8B9. Grayscale: #474747. Windows color (decimal): -7854266 or 4597640. OLE color: 4597640.

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

Color convert

RGB 136 39 70 -
CMYK 0 0.71 0.49 0.47
HSL 340.82º 0.55% 0.34% -
HSV(B) 340.82º 0.71% 0.53% -
XYZ 11.98 7.13 6.54 -
YUV 71.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 136 39 70 0 0.71 0.49 0.47 340.82 0.55 0.34
Hex 88 27 46 0 47 31 2F 155 37 22
Octal 210 47 106 0 107 61 57 525 67 42
Binary 10001000 100111 1000110 0 1000111 110001 101111 101010101 110111 100010

Color Harmonies of #882746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882746

Black with #882746

Text Example


Text Example

White with #882746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882746; }

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

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

background-color css

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

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

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

border-color css

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

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

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