Html Css Color HEX #85274A Disco

📋 copy color: '#85274A'

red 133 ◦ green 39 ◦ blue 74

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

Shades of Disco #85274A

Tints of Disco #85274A

RGB

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

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

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

R = 54.07%
G = 15.85%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85274A (or 0x85274A) is known color: Disco. HEX triplet: 85, 27 and 4A. RGB value is (133,39,74). Sum of RGB (Red+Green+Blue) = 133+39+74=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85274A is #7AD8B5. Grayscale: #474747. Windows color (decimal): -8050870 or 4859781. OLE color: 4859781.

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

Color convert

RGB 133 39 74 -
CMYK 0 0.71 0.44 0.48
HSL 337.66º 0.55% 0.34% -
HSV(B) 337.66º 0.71% 0.52% -
XYZ 11.63 6.93 7.2 -
YUV 71.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 133 39 74 0 0.71 0.44 0.48 337.66 0.55 0.34
Hex 85 27 4A 0 47 2C 30 152 37 22
Octal 205 47 112 0 107 54 60 522 67 42
Binary 10000101 100111 1001010 0 1000111 101100 110000 101010010 110111 100010

Color Harmonies of #85274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85274A

Black with #85274A

Text Example


Text Example

White with #85274A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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