Html Css Color HEX #85023B Burgundy

📋 copy color: '#85023B'

red 133 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #85023B

Tints of Burgundy #85023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 68.56%
G = 1.03%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85023B (or 0x85023B) is known color: Burgundy. HEX triplet: 85, 02 and 3B. RGB value is (133,2,59). Sum of RGB (Red+Green+Blue) = 133+2+59=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85023B is #7AFDC4. Grayscale: #2F2F2F. Windows color (decimal): -8060357 or 3867269. OLE color: 3867269.

HSL color Cylindrical-coordinate representation of color #85023B: hue angle of 333.89º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85023B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 59 -
CMYK 0 0.98 0.56 0.48
HSL 333.89º 0.97% 0.26% -
HSV(B) 333.89º 0.98% 0.52% -
XYZ 10.48 5.35 4.62 -
YUV 47.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 133 2 59 0 0.98 0.56 0.48 333.89 0.97 0.26
Hex 85 2 3B 0 62 38 30 14E 61 1A
Octal 205 2 73 0 142 70 60 516 141 32
Binary 10000101 10 111011 0 1100010 111000 110000 101001110 1100001 11010

Color Harmonies of #85023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85023B

Black with #85023B

Text Example


Text Example

White with #85023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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