Html Css Color HEX #88294D Disco

📋 copy color: '#88294D'

red 136 ◦ green 41 ◦ blue 77

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

Shades of Disco #88294D

Tints of Disco #88294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 53.54%
G = 16.14%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88294D (or 0x88294D) is known color: Disco. HEX triplet: 88, 29 and 4D. RGB value is (136,41,77). Sum of RGB (Red+Green+Blue) = 136+41+77=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88294D is #77D6B2. Grayscale: #494949. Windows color (decimal): -7853747 or 5056904. OLE color: 5056904.

HSL color Cylindrical-coordinate representation of color #88294D: hue angle of 337.26º 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 #88294D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 77 -
CMYK 0 0.70 0.43 0.47
HSL 337.26º 0.54% 0.35% -
HSV(B) 337.26º 0.7% 0.53% -
XYZ 12.29 7.36 7.79 -
YUV 73.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 136 41 77 0 0.70 0.43 0.47 337.26 0.54 0.35
Hex 88 29 4D 0 46 2B 2F 151 36 23
Octal 210 51 115 0 106 53 57 521 66 43
Binary 10001000 101001 1001101 0 1000110 101011 101111 101010001 110110 100011

Color Harmonies of #88294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88294D

Black with #88294D

Text Example


Text Example

White with #88294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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