Html Css Color HEX #882141 Disco

📋 copy color: '#882141'

red 136 ◦ green 33 ◦ blue 65

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

Shades of Disco #882141

Tints of Disco #882141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 58.12%
G = 14.1%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#882141 (or 0x882141) is known color: Disco. HEX triplet: 88, 21 and 41. RGB value is (136,33,65). Sum of RGB (Red+Green+Blue) = 136+33+65=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #882141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882141 is #77DEBE. Grayscale: #434343. Windows color (decimal): -7855807 or 4268424. OLE color: 4268424.

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

Color convert

RGB 136 33 65 -
CMYK 0 0.76 0.52 0.47
HSL 341.36º 0.61% 0.33% -
HSV(B) 341.36º 0.76% 0.53% -
XYZ 11.65 6.7 5.68 -
YUV 67.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 136 33 65 0 0.76 0.52 0.47 341.36 0.61 0.33
Hex 88 21 41 0 4C 34 2F 155 3D 21
Octal 210 41 101 0 114 64 57 525 75 41
Binary 10001000 100001 1000001 0 1001100 110100 101111 101010101 111101 100001

Color Harmonies of #882141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882141

Black with #882141

Text Example


Text Example

White with #882141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882141; }

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

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

background-color css

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

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

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

border-color css

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

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

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