Html Css Color HEX #88324E Disco

📋 copy color: '#88324E'

red 136 ◦ green 50 ◦ blue 78

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

Shades of Disco #88324E

Tints of Disco #88324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 51.52%
G = 18.94%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88324E (or 0x88324E) is known color: Disco. HEX triplet: 88, 32 and 4E. RGB value is (136,50,78). Sum of RGB (Red+Green+Blue) = 136+50+78=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88324E is #77CDB1. Grayscale: #4E4E4E. Windows color (decimal): -7851442 or 5124744. OLE color: 5124744.

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

Color convert

RGB 136 50 78 -
CMYK 0 0.63 0.43 0.47
HSL 340.47º 0.46% 0.36% -
HSV(B) 340.47º 0.63% 0.53% -
XYZ 12.67 8.07 8.1 -
YUV 78.91 127.49 168.72 -
System Red Green Blue C M Y K H S L
Decimal 136 50 78 0 0.63 0.43 0.47 340.47 0.46 0.36
Hex 88 32 4E 0 3F 2B 2F 154 2E 24
Octal 210 62 116 0 77 53 57 524 56 44
Binary 10001000 110010 1001110 0 111111 101011 101111 101010100 101110 100100

Color Harmonies of #88324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88324E

Black with #88324E

Text Example


Text Example

White with #88324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88324E; }

 p { color: rgb(136,50,78); }

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

background-color css

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

 a { background-color: rgb(136,50,78); }

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

border-color css

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

 span { border-color: rgb(136,50,78); }

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