Html Css Color HEX #85133F Disco

📋 copy color: '#85133F'

red 133 ◦ green 19 ◦ blue 63

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

Shades of Disco #85133F

Tints of Disco #85133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 61.86%
G = 8.84%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85133F (or 0x85133F) is known color: Disco. HEX triplet: 85, 13 and 3F. RGB value is (133,19,63). Sum of RGB (Red+Green+Blue) = 133+19+63=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85133F is #7AECC0. Grayscale: #3A3A3A. Windows color (decimal): -8056001 or 4133765. OLE color: 4133765.

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

Color convert

RGB 133 19 63 -
CMYK 0 0.86 0.53 0.48
HSL 336.84º 0.75% 0.3% -
HSV(B) 336.84º 0.86% 0.52% -
XYZ 10.8 5.81 5.25 -
YUV 58.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 133 19 63 0 0.86 0.53 0.48 336.84 0.75 0.3
Hex 85 13 3F 0 56 35 30 151 4B 1E
Octal 205 23 77 0 126 65 60 521 113 36
Binary 10000101 10011 111111 0 1010110 110101 110000 101010001 1001011 11110

Color Harmonies of #85133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85133F

Black with #85133F

Text Example


Text Example

White with #85133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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