Html Css Color HEX #882949 Disco

📋 copy color: '#882949'

red 136 ◦ green 41 ◦ blue 73

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

Shades of Disco #882949

Tints of Disco #882949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

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

R = 54.4%
G = 16.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#882949 (or 0x882949) is known color: Disco. HEX triplet: 88, 29 and 49. RGB value is (136,41,73). Sum of RGB (Red+Green+Blue) = 136+41+73=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #882949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882949 is #77D6B6. Grayscale: #494949. Windows color (decimal): -7853751 or 4794760. OLE color: 4794760.

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

Color convert

RGB 136 41 73 -
CMYK 0 0.70 0.46 0.47
HSL 339.79º 0.54% 0.35% -
HSV(B) 339.79º 0.7% 0.53% -
XYZ 12.15 7.3 7.07 -
YUV 73.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 136 41 73 0 0.70 0.46 0.47 339.79 0.54 0.35
Hex 88 29 49 0 46 2E 2F 154 36 23
Octal 210 51 111 0 106 56 57 524 66 43
Binary 10001000 101001 1001001 0 1000110 101110 101111 101010100 110110 100011

Color Harmonies of #882949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882949

Black with #882949

Text Example


Text Example

White with #882949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882949; }

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

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

background-color css

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

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

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

border-color css

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

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

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