Html Css Color HEX #85314C Disco

📋 copy color: '#85314C'

red 133 ◦ green 49 ◦ blue 76

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

Shades of Disco #85314C

Tints of Disco #85314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 51.55%
G = 18.99%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85314C (or 0x85314C) is known color: Disco. HEX triplet: 85, 31 and 4C. RGB value is (133,49,76). Sum of RGB (Red+Green+Blue) = 133+49+76=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85314C is #7ACEB3. Grayscale: #4D4D4D. Windows color (decimal): -8048308 or 4993413. OLE color: 4993413.

HSL color Cylindrical-coordinate representation of color #85314C: hue angle of 340.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85314C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 76 -
CMYK 0 0.63 0.43 0.48
HSL 340.71º 0.46% 0.36% -
HSV(B) 340.71º 0.63% 0.52% -
XYZ 12.08 7.7 7.69 -
YUV 77.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 133 49 76 0 0.63 0.43 0.48 340.71 0.46 0.36
Hex 85 31 4C 0 3F 2B 30 155 2E 24
Octal 205 61 114 0 77 53 60 525 56 44
Binary 10000101 110001 1001100 0 111111 101011 110000 101010101 101110 100100

Color Harmonies of #85314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85314C

Black with #85314C

Text Example


Text Example

White with #85314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85314C; }

 p { color: rgb(133,49,76); }

 H1.HeaderClassName
 {
   color: #85314C;
 }
 .AnyTagClassName
 {
   color: #85314C;
 }
</style>

background-color css

<style>
 a { background-color: #85314C; }

 a { background-color: rgb(133,49,76); }

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

border-color css

<style>
 span { border-color: #85314C; }

 span { border-color: rgb(133,49,76); }

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