Html Css Color HEX #85214D Disco

📋 copy color: '#85214D'

red 133 ◦ green 33 ◦ blue 77

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

Shades of Disco #85214D

Tints of Disco #85214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.58%

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

R = 54.73%
G = 13.58%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85214D (or 0x85214D) is known color: Disco. HEX triplet: 85, 21 and 4D. RGB value is (133,33,77). Sum of RGB (Red+Green+Blue) = 133+33+77=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85214D is #7ADEB2. Grayscale: #434343. Windows color (decimal): -8052403 or 5054853. OLE color: 5054853.

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

Color convert

RGB 133 33 77 -
CMYK 0 0.75 0.42 0.48
HSL 333.6º 0.6% 0.33% -
HSV(B) 333.6º 0.75% 0.52% -
XYZ 11.56 6.61 7.69 -
YUV 67.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 133 33 77 0 0.75 0.42 0.48 333.6 0.6 0.33
Hex 85 21 4D 0 4B 2A 30 14E 3C 21
Octal 205 41 115 0 113 52 60 516 74 41
Binary 10000101 100001 1001101 0 1001011 101010 110000 101001110 111100 100001

Color Harmonies of #85214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85214D

Black with #85214D

Text Example


Text Example

White with #85214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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