Html Css Color HEX #88304C Disco

📋 copy color: '#88304C'

red 136 ◦ green 48 ◦ blue 76

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

Shades of Disco #88304C

Tints of Disco #88304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 52.31%
G = 18.46%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88304C (or 0x88304C) is known color: Disco. HEX triplet: 88, 30 and 4C. RGB value is (136,48,76). Sum of RGB (Red+Green+Blue) = 136+48+76=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88304C is #77CFB3. Grayscale: #4D4D4D. Windows color (decimal): -7851956 or 4993160. OLE color: 4993160.

HSL color Cylindrical-coordinate representation of color #88304C: hue angle of 340.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88304C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 76 -
CMYK 0 0.65 0.44 0.47
HSL 340.91º 0.48% 0.36% -
HSV(B) 340.91º 0.65% 0.53% -
XYZ 12.51 7.87 7.7 -
YUV 77.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 136 48 76 0 0.65 0.44 0.47 340.91 0.48 0.36
Hex 88 30 4C 0 41 2C 2F 155 30 24
Octal 210 60 114 0 101 54 57 525 60 44
Binary 10001000 110000 1001100 0 1000001 101100 101111 101010101 110000 100100

Color Harmonies of #88304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88304C

Black with #88304C

Text Example


Text Example

White with #88304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88304C; }

 p { color: rgb(136,48,76); }

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

background-color css

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

 a { background-color: rgb(136,48,76); }

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

border-color css

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

 span { border-color: rgb(136,48,76); }

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