Html Css Color HEX #882541 Disco

📋 copy color: '#882541'

red 136 ◦ green 37 ◦ blue 65

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

Shades of Disco #882541

Tints of Disco #882541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.55%

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

R = 57.14%
G = 15.55%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#882541 (or 0x882541) is known color: Disco. HEX triplet: 88, 25 and 41. RGB value is (136,37,65). Sum of RGB (Red+Green+Blue) = 136+37+65=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #882541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882541 is #77DABE. Grayscale: #454545. Windows color (decimal): -7854783 or 4269448. OLE color: 4269448.

HSL color Cylindrical-coordinate representation of color #882541: hue angle of 343.03º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882541 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 65 -
CMYK 0 0.73 0.52 0.47
HSL 343.03º 0.57% 0.34% -
HSV(B) 343.03º 0.73% 0.53% -
XYZ 11.77 6.94 5.72 -
YUV 69.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 136 37 65 0 0.73 0.52 0.47 343.03 0.57 0.34
Hex 88 25 41 0 49 34 2F 157 39 22
Octal 210 45 101 0 111 64 57 527 71 42
Binary 10001000 100101 1000001 0 1001001 110100 101111 101010111 111001 100010

Color Harmonies of #882541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882541

Black with #882541

Text Example


Text Example

White with #882541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882541; }

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

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

background-color css

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

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

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

border-color css

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

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

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