Html Css Color HEX #85063C Burgundy

📋 copy color: '#85063C'

red 133 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #85063C

Tints of Burgundy #85063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 60 (23.83% from 255) = 30.15%

R = 66.83%
G = 3.02%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85063C (or 0x85063C) is known color: Burgundy. HEX triplet: 85, 06 and 3C. RGB value is (133,6,60). Sum of RGB (Red+Green+Blue) = 133+6+60=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85063C is #7AF9C3. Grayscale: #323232. Windows color (decimal): -8059332 or 3933829. OLE color: 3933829.

HSL color Cylindrical-coordinate representation of color #85063C: hue angle of 334.49º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85063C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 60 -
CMYK 0 0.95 0.55 0.48
HSL 334.49º 0.91% 0.27% -
HSV(B) 334.49º 0.95% 0.52% -
XYZ 10.55 5.44 4.77 -
YUV 50.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 133 6 60 0 0.95 0.55 0.48 334.49 0.91 0.27
Hex 85 6 3C 0 5F 37 30 14E 5B 1B
Octal 205 6 74 0 137 67 60 516 133 33
Binary 10000101 110 111100 0 1011111 110111 110000 101001110 1011011 11011

Color Harmonies of #85063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85063C

Black with #85063C

Text Example


Text Example

White with #85063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,6,60); }

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

background-color css

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

 a { background-color: rgb(133,6,60); }

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

border-color css

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

 span { border-color: rgb(133,6,60); }

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