Html Css Color HEX #882247 Disco

📋 copy color: '#882247'

red 136 ◦ green 34 ◦ blue 71

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

Shades of Disco #882247

Tints of Disco #882247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

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

R = 56.43%
G = 14.11%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#882247 (or 0x882247) is known color: Disco. HEX triplet: 88, 22 and 47. RGB value is (136,34,71). Sum of RGB (Red+Green+Blue) = 136+34+71=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882247 is #77DDB8. Grayscale: #444444. Windows color (decimal): -7855545 or 4661896. OLE color: 4661896.

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

Color convert

RGB 136 34 71 -
CMYK 0 0.75 0.48 0.47
HSL 338.24º 0.6% 0.33% -
HSV(B) 338.24º 0.75% 0.53% -
XYZ 11.86 6.83 6.65 -
YUV 68.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 136 34 71 0 0.75 0.48 0.47 338.24 0.6 0.33
Hex 88 22 47 0 4B 30 2F 152 3C 21
Octal 210 42 107 0 113 60 57 522 74 41
Binary 10001000 100010 1000111 0 1001011 110000 101111 101010010 111100 100001

Color Harmonies of #882247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882247

Black with #882247

Text Example


Text Example

White with #882247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882247; }

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

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

background-color css

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

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

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

border-color css

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

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

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