Html Css Color HEX #85324D Disco

📋 copy color: '#85324D'

red 133 ◦ green 50 ◦ blue 77

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

Shades of Disco #85324D

Tints of Disco #85324D

RGB

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

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

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

R = 51.15%
G = 19.23%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85324D (or 0x85324D) is known color: Disco. HEX triplet: 85, 32 and 4D. RGB value is (133,50,77). Sum of RGB (Red+Green+Blue) = 133+50+77=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85324D is #7ACDB2. Grayscale: #4D4D4D. Windows color (decimal): -8048051 or 5059205. OLE color: 5059205.

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

Color convert

RGB 133 50 77 -
CMYK 0 0.62 0.42 0.48
HSL 340.48º 0.45% 0.36% -
HSV(B) 340.48º 0.62% 0.52% -
XYZ 12.15 7.8 7.89 -
YUV 77.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 133 50 77 0 0.62 0.42 0.48 340.48 0.45 0.36
Hex 85 32 4D 0 3E 2A 30 154 2D 24
Octal 205 62 115 0 76 52 60 524 55 44
Binary 10000101 110010 1001101 0 111110 101010 110000 101010100 101101 100100

Color Harmonies of #85324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85324D

Black with #85324D

Text Example


Text Example

White with #85324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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