Html Css Color HEX #85173F Disco

📋 copy color: '#85173F'

red 133 ◦ green 23 ◦ blue 63

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

Shades of Disco #85173F

Tints of Disco #85173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 60.73%
G = 10.5%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85173F (or 0x85173F) is known color: Disco. HEX triplet: 85, 17 and 3F. RGB value is (133,23,63). Sum of RGB (Red+Green+Blue) = 133+23+63=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85173F is #7AE8C0. Grayscale: #3C3C3C. Windows color (decimal): -8054977 or 4134789. OLE color: 4134789.

HSL color Cylindrical-coordinate representation of color #85173F: hue angle of 338.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85173F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 63 -
CMYK 0 0.83 0.53 0.48
HSL 338.18º 0.71% 0.31% -
HSV(B) 338.18º 0.83% 0.52% -
XYZ 10.88 5.96 5.28 -
YUV 60.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 133 23 63 0 0.83 0.53 0.48 338.18 0.71 0.31
Hex 85 17 3F 0 53 35 30 152 47 1F
Octal 205 27 77 0 123 65 60 522 107 37
Binary 10000101 10111 111111 0 1010011 110101 110000 101010010 1000111 11111

Color Harmonies of #85173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85173F

Black with #85173F

Text Example


Text Example

White with #85173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85173F; }

 p { color: rgb(133,23,63); }

 H1.HeaderClassName
 {
   color: #85173F;
 }
 .AnyTagClassName
 {
   color: #85173F;
 }
</style>

background-color css

<style>
 a { background-color: #85173F; }

 a { background-color: rgb(133,23,63); }

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

border-color css

<style>
 span { border-color: #85173F; }

 span { border-color: rgb(133,23,63); }

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