Html Css Color HEX #881747 Disco

📋 copy color: '#881747'

red 136 ◦ green 23 ◦ blue 71

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

Shades of Disco #881747

Tints of Disco #881747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

 BLUE value IS 71 (28.13% from 255) = 30.87%

R = 59.13%
G = 10%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#881747 (or 0x881747) is known color: Disco. HEX triplet: 88, 17 and 47. RGB value is (136,23,71). Sum of RGB (Red+Green+Blue) = 136+23+71=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #881747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881747 is #77E8B8. Grayscale: #3E3E3E. Windows color (decimal): -7858361 or 4659080. OLE color: 4659080.

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

Color convert

RGB 136 23 71 -
CMYK 0 0.83 0.48 0.47
HSL 334.51º 0.71% 0.31% -
HSV(B) 334.51º 0.83% 0.53% -
XYZ 11.6 6.3 6.57 -
YUV 62.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 136 23 71 0 0.83 0.48 0.47 334.51 0.71 0.31
Hex 88 17 47 0 53 30 2F 14F 47 1F
Octal 210 27 107 0 123 60 57 517 107 37
Binary 10001000 10111 1000111 0 1010011 110000 101111 101001111 1000111 11111

Color Harmonies of #881747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881747

Black with #881747

Text Example


Text Example

White with #881747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881747; }

 p { color: rgb(136,23,71); }

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

background-color css

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

 a { background-color: rgb(136,23,71); }

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

border-color css

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

 span { border-color: rgb(136,23,71); }

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