Html Css Color HEX #85294A Disco

📋 copy color: '#85294A'

red 133 ◦ green 41 ◦ blue 74

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

Shades of Disco #85294A

Tints of Disco #85294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 53.63%
G = 16.53%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85294A (or 0x85294A) is known color: Disco. HEX triplet: 85, 29 and 4A. RGB value is (133,41,74). Sum of RGB (Red+Green+Blue) = 133+41+74=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85294A is #7AD6B5. Grayscale: #484848. Windows color (decimal): -8050358 or 4860293. OLE color: 4860293.

HSL color Cylindrical-coordinate representation of color #85294A: hue angle of 338.48º 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 #85294A is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 74 -
CMYK 0 0.69 0.44 0.48
HSL 338.48º 0.53% 0.34% -
HSV(B) 338.48º 0.69% 0.52% -
XYZ 11.7 7.07 7.23 -
YUV 72.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 133 41 74 0 0.69 0.44 0.48 338.48 0.53 0.34
Hex 85 29 4A 0 45 2C 30 152 35 22
Octal 205 51 112 0 105 54 60 522 65 42
Binary 10000101 101001 1001010 0 1000101 101100 110000 101010010 110101 100010

Color Harmonies of #85294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85294A

Black with #85294A

Text Example


Text Example

White with #85294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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