Html Css Color HEX #88314C Disco

📋 copy color: '#88314C'

red 136 ◦ green 49 ◦ blue 76

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

Shades of Disco #88314C

Tints of Disco #88314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 52.11%
G = 18.77%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88314C (or 0x88314C) is known color: Disco. HEX triplet: 88, 31 and 4C. RGB value is (136,49,76). Sum of RGB (Red+Green+Blue) = 136+49+76=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88314C is #77CEB3. Grayscale: #4E4E4E. Windows color (decimal): -7851700 or 4993416. OLE color: 4993416.

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

Color convert

RGB 136 49 76 -
CMYK 0 0.64 0.44 0.47
HSL 341.38º 0.47% 0.36% -
HSV(B) 341.38º 0.64% 0.53% -
XYZ 12.56 7.95 7.71 -
YUV 78.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 136 49 76 0 0.64 0.44 0.47 341.38 0.47 0.36
Hex 88 31 4C 0 40 2C 2F 155 2F 24
Octal 210 61 114 0 100 54 57 525 57 44
Binary 10001000 110001 1001100 0 1000000 101100 101111 101010101 101111 100100

Color Harmonies of #88314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88314C

Black with #88314C

Text Example


Text Example

White with #88314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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