Html Css Color HEX #882E4A Disco

📋 copy color: '#882E4A'

red 136 ◦ green 46 ◦ blue 74

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

Shades of Disco #882E4A

Tints of Disco #882E4A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 53.13%
G = 17.97%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#882E4A (or 0x882E4A) is known color: Disco. HEX triplet: 88, 2E and 4A. RGB value is (136,46,74). Sum of RGB (Red+Green+Blue) = 136+46+74=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E4A is #77D1B5. Grayscale: #4C4C4C. Windows color (decimal): -7852470 or 4861576. OLE color: 4861576.

HSL color Cylindrical-coordinate representation of color #882E4A: hue angle of 341.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E4A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 74 -
CMYK 0 0.66 0.46 0.47
HSL 341.33º 0.49% 0.36% -
HSV(B) 341.33º 0.66% 0.53% -
XYZ 12.37 7.68 7.31 -
YUV 76.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 136 46 74 0 0.66 0.46 0.47 341.33 0.49 0.36
Hex 88 2E 4A 0 42 2E 2F 155 31 24
Octal 210 56 112 0 102 56 57 525 61 44
Binary 10001000 101110 1001010 0 1000010 101110 101111 101010101 110001 100100

Color Harmonies of #882E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E4A

Black with #882E4A

Text Example


Text Example

White with #882E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882E4A; }

 p { color: rgb(136,46,74); }

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

background-color css

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

 a { background-color: rgb(136,46,74); }

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

border-color css

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

 span { border-color: rgb(136,46,74); }

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