Html Css Color HEX #881949 Disco

📋 copy color: '#881949'

red 136 ◦ green 25 ◦ blue 73

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

Shades of Disco #881949

Tints of Disco #881949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 58.12%
G = 10.68%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#881949 (or 0x881949) is known color: Disco. HEX triplet: 88, 19 and 49. RGB value is (136,25,73). Sum of RGB (Red+Green+Blue) = 136+25+73=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #881949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881949 is #77E6B6. Grayscale: #3F3F3F. Windows color (decimal): -7857847 or 4790664. OLE color: 4790664.

HSL color Cylindrical-coordinate representation of color #881949: hue angle of 334.05º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881949 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 73 -
CMYK 0 0.82 0.46 0.47
HSL 334.05º 0.69% 0.32% -
HSV(B) 334.05º 0.82% 0.53% -
XYZ 11.7 6.41 6.92 -
YUV 63.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 136 25 73 0 0.82 0.46 0.47 334.05 0.69 0.32
Hex 88 19 49 0 52 2E 2F 14E 45 20
Octal 210 31 111 0 122 56 57 516 105 40
Binary 10001000 11001 1001001 0 1010010 101110 101111 101001110 1000101 100000

Color Harmonies of #881949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881949

Black with #881949

Text Example


Text Example

White with #881949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881949; }

 p { color: rgb(136,25,73); }

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

background-color css

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

 a { background-color: rgb(136,25,73); }

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

border-color css

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

 span { border-color: rgb(136,25,73); }

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