Html Css Color HEX #882341 Disco

📋 copy color: '#882341'

red 136 ◦ green 35 ◦ blue 65

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

Shades of Disco #882341

Tints of Disco #882341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

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

R = 57.63%
G = 14.83%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#882341 (or 0x882341) is known color: Disco. HEX triplet: 88, 23 and 41. RGB value is (136,35,65). Sum of RGB (Red+Green+Blue) = 136+35+65=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882341 is #77DCBE. Grayscale: #444444. Windows color (decimal): -7855295 or 4268936. OLE color: 4268936.

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

Color convert

RGB 136 35 65 -
CMYK 0 0.74 0.52 0.47
HSL 342.18º 0.59% 0.34% -
HSV(B) 342.18º 0.74% 0.53% -
XYZ 11.71 6.82 5.7 -
YUV 68.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 136 35 65 0 0.74 0.52 0.47 342.18 0.59 0.34
Hex 88 23 41 0 4A 34 2F 156 3B 22
Octal 210 43 101 0 112 64 57 526 73 42
Binary 10001000 100011 1000001 0 1001010 110100 101111 101010110 111011 100010

Color Harmonies of #882341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882341

Black with #882341

Text Example


Text Example

White with #882341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882341; }

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

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

background-color css

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

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

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

border-color css

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

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

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