Html Css Color HEX #882241 Disco

📋 copy color: '#882241'

red 136 ◦ green 34 ◦ blue 65

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

Shades of Disco #882241

Tints of Disco #882241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 57.87%
G = 14.47%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#882241 (or 0x882241) is known color: Disco. HEX triplet: 88, 22 and 41. RGB value is (136,34,65). Sum of RGB (Red+Green+Blue) = 136+34+65=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #882241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882241 is #77DDBE. Grayscale: #444444. Windows color (decimal): -7855551 or 4268680. OLE color: 4268680.

HSL color Cylindrical-coordinate representation of color #882241: hue angle of 341.76º 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 #882241 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 34 65 -
CMYK 0 0.75 0.52 0.47
HSL 341.76º 0.6% 0.33% -
HSV(B) 341.76º 0.75% 0.53% -
XYZ 11.68 6.76 5.69 -
YUV 68.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 136 34 65 0 0.75 0.52 0.47 341.76 0.6 0.33
Hex 88 22 41 0 4B 34 2F 156 3C 21
Octal 210 42 101 0 113 64 57 526 74 41
Binary 10001000 100010 1000001 0 1001011 110100 101111 101010110 111100 100001

Color Harmonies of #882241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882241

Black with #882241

Text Example


Text Example

White with #882241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882241; }

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

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

background-color css

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

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

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

border-color css

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

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

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