Html Css Color HEX #85023A Burgundy

📋 copy color: '#85023A'

red 133 ◦ green 2 ◦ blue 58

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

Shades of Burgundy #85023A

Tints of Burgundy #85023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 68.91%
G = 1.04%
B = 30.05%

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

#85023A (or 0x85023A) is known color: Burgundy. HEX triplet: 85, 02 and 3A. RGB value is (133,2,58). Sum of RGB (Red+Green+Blue) = 133+2+58=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85023A is #7AFDC5. Grayscale: #2F2F2F. Windows color (decimal): -8060358 or 3801733. OLE color: 3801733.

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

Color convert

RGB 133 2 58 -
CMYK 0 0.98 0.56 0.48
HSL 334.35º 0.97% 0.26% -
HSV(B) 334.35º 0.98% 0.52% -
XYZ 10.46 5.34 4.48 -
YUV 47.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 133 2 58 0 0.98 0.56 0.48 334.35 0.97 0.26
Hex 85 2 3A 0 62 38 30 14E 61 1A
Octal 205 2 72 0 142 70 60 516 141 32
Binary 10000101 10 111010 0 1100010 111000 110000 101001110 1100001 11010

Color Harmonies of #85023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85023A

Black with #85023A

Text Example


Text Example

White with #85023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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