Html Css Color HEX #85063B Burgundy

📋 copy color: '#85063B'

red 133 ◦ green 6 ◦ blue 59

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

Shades of Burgundy #85063B

Tints of Burgundy #85063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 67.17%
G = 3.03%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85063B (or 0x85063B) is known color: Burgundy. HEX triplet: 85, 06 and 3B. RGB value is (133,6,59). Sum of RGB (Red+Green+Blue) = 133+6+59=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85063B is #7AF9C4. Grayscale: #313131. Windows color (decimal): -8059333 or 3868293. OLE color: 3868293.

HSL color Cylindrical-coordinate representation of color #85063B: hue angle of 334.96º 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 #85063B is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 59 -
CMYK 0 0.95 0.56 0.48
HSL 334.96º 0.91% 0.27% -
HSV(B) 334.96º 0.95% 0.52% -
XYZ 10.53 5.43 4.63 -
YUV 50.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 133 6 59 0 0.95 0.56 0.48 334.96 0.91 0.27
Hex 85 6 3B 0 5F 38 30 14F 5B 1B
Octal 205 6 73 0 137 70 60 517 133 33
Binary 10000101 110 111011 0 1011111 111000 110000 101001111 1011011 11011

Color Harmonies of #85063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85063B

Black with #85063B

Text Example


Text Example

White with #85063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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