Html Css Color HEX #85274D Disco

📋 copy color: '#85274D'

red 133 ◦ green 39 ◦ blue 77

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

Shades of Disco #85274D

Tints of Disco #85274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 53.41%
G = 15.66%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85274D (or 0x85274D) is known color: Disco. HEX triplet: 85, 27 and 4D. RGB value is (133,39,77). Sum of RGB (Red+Green+Blue) = 133+39+77=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85274D is #7AD8B2. Grayscale: #474747. Windows color (decimal): -8050867 or 5056389. OLE color: 5056389.

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

Color convert

RGB 133 39 77 -
CMYK 0 0.71 0.42 0.48
HSL 335.74º 0.55% 0.34% -
HSV(B) 335.74º 0.71% 0.52% -
XYZ 11.74 6.97 7.75 -
YUV 71.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 133 39 77 0 0.71 0.42 0.48 335.74 0.55 0.34
Hex 85 27 4D 0 47 2A 30 150 37 22
Octal 205 47 115 0 107 52 60 520 67 42
Binary 10000101 100111 1001101 0 1000111 101010 110000 101010000 110111 100010

Color Harmonies of #85274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85274D

Black with #85274D

Text Example


Text Example

White with #85274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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