Html Css Color HEX #882942 Disco

📋 copy color: '#882942'

red 136 ◦ green 41 ◦ blue 66

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

Shades of Disco #882942

Tints of Disco #882942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 55.97%
G = 16.87%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#882942 (or 0x882942) is known color: Disco. HEX triplet: 88, 29 and 42. RGB value is (136,41,66). Sum of RGB (Red+Green+Blue) = 136+41+66=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #882942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882942 is #77D6BD. Grayscale: #484848. Windows color (decimal): -7853758 or 4336008. OLE color: 4336008.

HSL color Cylindrical-coordinate representation of color #882942: hue angle of 344.21º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882942 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 66 -
CMYK 0 0.70 0.51 0.47
HSL 344.21º 0.54% 0.35% -
HSV(B) 344.21º 0.7% 0.53% -
XYZ 11.93 7.21 5.92 -
YUV 72.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 136 41 66 0 0.70 0.51 0.47 344.21 0.54 0.35
Hex 88 29 42 0 46 33 2F 158 36 23
Octal 210 51 102 0 106 63 57 530 66 43
Binary 10001000 101001 1000010 0 1000110 110011 101111 101011000 110110 100011

Color Harmonies of #882942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882942

Black with #882942

Text Example


Text Example

White with #882942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882942; }

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

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

background-color css

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

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

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

border-color css

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

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

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