Html Css Color HEX #882D4A Disco

📋 copy color: '#882D4A'

red 136 ◦ green 45 ◦ blue 74

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

Shades of Disco #882D4A

Tints of Disco #882D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.65%

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

R = 53.33%
G = 17.65%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#882D4A (or 0x882D4A) is known color: Disco. HEX triplet: 88, 2D and 4A. RGB value is (136,45,74). Sum of RGB (Red+Green+Blue) = 136+45+74=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #882D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D4A is #77D2B5. Grayscale: #4B4B4B. Windows color (decimal): -7852726 or 4861320. OLE color: 4861320.

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

Color convert

RGB 136 45 74 -
CMYK 0 0.67 0.46 0.47
HSL 340.88º 0.5% 0.35% -
HSV(B) 340.88º 0.67% 0.53% -
XYZ 12.33 7.61 7.3 -
YUV 75.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 136 45 74 0 0.67 0.46 0.47 340.88 0.5 0.35
Hex 88 2D 4A 0 43 2E 2F 155 32 23
Octal 210 55 112 0 103 56 57 525 62 43
Binary 10001000 101101 1001010 0 1000011 101110 101111 101010101 110010 100011

Color Harmonies of #882D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D4A

Black with #882D4A

Text Example


Text Example

White with #882D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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