Html Css Color HEX #85294D Disco

📋 copy color: '#85294D'

red 133 ◦ green 41 ◦ blue 77

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

Shades of Disco #85294D

Tints of Disco #85294D

RGB

 RED value IS 133 (52.34% from 255) = 52.99%

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

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

R = 52.99%
G = 16.33%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85294D (or 0x85294D) is known color: Disco. HEX triplet: 85, 29 and 4D. RGB value is (133,41,77). Sum of RGB (Red+Green+Blue) = 133+41+77=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85294D is #7AD6B2. Grayscale: #484848. Windows color (decimal): -8050355 or 5056901. OLE color: 5056901.

HSL color Cylindrical-coordinate representation of color #85294D: hue angle of 336.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85294D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 77 -
CMYK 0 0.69 0.42 0.48
HSL 336.52º 0.53% 0.34% -
HSV(B) 336.52º 0.69% 0.52% -
XYZ 11.81 7.11 7.77 -
YUV 72.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 133 41 77 0 0.69 0.42 0.48 336.52 0.53 0.34
Hex 85 29 4D 0 45 2A 30 151 35 22
Octal 205 51 115 0 105 52 60 521 65 42
Binary 10000101 101001 1001101 0 1000101 101010 110000 101010001 110101 100010

Color Harmonies of #85294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85294D

Black with #85294D

Text Example


Text Example

White with #85294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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