Html Css Color HEX #882142 Disco

📋 copy color: '#882142'

red 136 ◦ green 33 ◦ blue 66

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

Shades of Disco #882142

Tints of Disco #882142

RGB

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

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

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

R = 57.87%
G = 14.04%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#882142 (or 0x882142) is known color: Disco. HEX triplet: 88, 21 and 42. RGB value is (136,33,66). Sum of RGB (Red+Green+Blue) = 136+33+66=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #882142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882142 is #77DEBD. Grayscale: #434343. Windows color (decimal): -7855806 or 4333960. OLE color: 4333960.

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

Color convert

RGB 136 33 66 -
CMYK 0 0.76 0.51 0.47
HSL 340.78º 0.61% 0.33% -
HSV(B) 340.78º 0.76% 0.53% -
XYZ 11.68 6.72 5.83 -
YUV 67.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 136 33 66 0 0.76 0.51 0.47 340.78 0.61 0.33
Hex 88 21 42 0 4C 33 2F 155 3D 21
Octal 210 41 102 0 114 63 57 525 75 41
Binary 10001000 100001 1000010 0 1001100 110011 101111 101010101 111101 100001

Color Harmonies of #882142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882142

Black with #882142

Text Example


Text Example

White with #882142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882142; }

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

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

background-color css

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

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

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

border-color css

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

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

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