Html Css Color HEX #85143F Disco

📋 copy color: '#85143F'

red 133 ◦ green 20 ◦ blue 63

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

Shades of Disco #85143F

Tints of Disco #85143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 61.57%
G = 9.26%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85143F (or 0x85143F) is known color: Disco. HEX triplet: 85, 14 and 3F. RGB value is (133,20,63). Sum of RGB (Red+Green+Blue) = 133+20+63=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85143F is #7AEBC0. Grayscale: #3A3A3A. Windows color (decimal): -8055745 or 4134021. OLE color: 4134021.

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

Color convert

RGB 133 20 63 -
CMYK 0 0.85 0.53 0.48
HSL 337.17º 0.74% 0.3% -
HSV(B) 337.17º 0.85% 0.52% -
XYZ 10.82 5.85 5.26 -
YUV 58.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 133 20 63 0 0.85 0.53 0.48 337.17 0.74 0.3
Hex 85 14 3F 0 55 35 30 151 4A 1E
Octal 205 24 77 0 125 65 60 521 112 36
Binary 10000101 10100 111111 0 1010101 110101 110000 101010001 1001010 11110

Color Harmonies of #85143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85143F

Black with #85143F

Text Example


Text Example

White with #85143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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