Html Css Color HEX #882442 Disco

📋 copy color: '#882442'

red 136 ◦ green 36 ◦ blue 66

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

Shades of Disco #882442

Tints of Disco #882442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 57.14%
G = 15.13%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#882442 (or 0x882442) is known color: Disco. HEX triplet: 88, 24 and 42. RGB value is (136,36,66). Sum of RGB (Red+Green+Blue) = 136+36+66=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #882442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882442 is #77DBBD. Grayscale: #454545. Windows color (decimal): -7855038 or 4334728. OLE color: 4334728.

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

Color convert

RGB 136 36 66 -
CMYK 0 0.74 0.51 0.47
HSL 342º 0.58% 0.34% -
HSV(B) 342º 0.74% 0.53% -
XYZ 11.77 6.89 5.86 -
YUV 69.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 136 36 66 0 0.74 0.51 0.47 342 0.58 0.34
Hex 88 24 42 0 4A 33 2F 156 3A 22
Octal 210 44 102 0 112 63 57 526 72 42
Binary 10001000 100100 1000010 0 1001010 110011 101111 101010110 111010 100010

Color Harmonies of #882442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882442

Black with #882442

Text Example


Text Example

White with #882442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882442; }

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

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

background-color css

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

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

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

border-color css

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

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

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