Html Css Color HEX #882242 Disco

📋 copy color: '#882242'

red 136 ◦ green 34 ◦ blue 66

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

Shades of Disco #882242

Tints of Disco #882242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.41%

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

R = 57.63%
G = 14.41%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#882242 (or 0x882242) is known color: Disco. HEX triplet: 88, 22 and 42. RGB value is (136,34,66). Sum of RGB (Red+Green+Blue) = 136+34+66=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882242 is #77DDBD. Grayscale: #444444. Windows color (decimal): -7855550 or 4334216. OLE color: 4334216.

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

Color convert

RGB 136 34 66 -
CMYK 0 0.75 0.51 0.47
HSL 341.18º 0.6% 0.33% -
HSV(B) 341.18º 0.75% 0.53% -
XYZ 11.71 6.77 5.84 -
YUV 68.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 136 34 66 0 0.75 0.51 0.47 341.18 0.6 0.33
Hex 88 22 42 0 4B 33 2F 155 3C 21
Octal 210 42 102 0 113 63 57 525 74 41
Binary 10001000 100010 1000010 0 1001011 110011 101111 101010101 111100 100001

Color Harmonies of #882242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882242

Black with #882242

Text Example


Text Example

White with #882242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882242; }

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

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

background-color css

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

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

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

border-color css

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

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

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