Html Css Color HEX #881342 Disco

📋 copy color: '#881342'

red 136 ◦ green 19 ◦ blue 66

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

Shades of Disco #881342

Tints of Disco #881342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 61.54%
G = 8.6%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#881342 (or 0x881342) is known color: Disco. HEX triplet: 88, 13 and 42. RGB value is (136,19,66). Sum of RGB (Red+Green+Blue) = 136+19+66=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #881342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881342 is #77ECBD. Grayscale: #3B3B3B. Windows color (decimal): -7859390 or 4330376. OLE color: 4330376.

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

Color convert

RGB 136 19 66 -
CMYK 0 0.86 0.51 0.47
HSL 335.9º 0.75% 0.3% -
HSV(B) 335.9º 0.86% 0.53% -
XYZ 11.37 6.09 5.73 -
YUV 59.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 136 19 66 0 0.86 0.51 0.47 335.9 0.75 0.3
Hex 88 13 42 0 56 33 2F 150 4B 1E
Octal 210 23 102 0 126 63 57 520 113 36
Binary 10001000 10011 1000010 0 1010110 110011 101111 101010000 1001011 11110

Color Harmonies of #881342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881342

Black with #881342

Text Example


Text Example

White with #881342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881342; }

 p { color: rgb(136,19,66); }

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

background-color css

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

 a { background-color: rgb(136,19,66); }

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

border-color css

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

 span { border-color: rgb(136,19,66); }

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