Html Css Color HEX #85022A Burgundy

📋 copy color: '#85022A'

red 133 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #85022A

Tints of Burgundy #85022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 75.14%
G = 1.13%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85022A (or 0x85022A) is known color: Burgundy. HEX triplet: 85, 02 and 2A. RGB value is (133,2,42). Sum of RGB (Red+Green+Blue) = 133+2+42=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #85022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85022A is #7AFDD5. Grayscale: #2D2D2D. Windows color (decimal): -8060374 or 2753157. OLE color: 2753157.

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

Color convert

RGB 133 2 42 -
CMYK 0 0.98 0.68 0.48
HSL 341.68º 0.97% 0.26% -
HSV(B) 341.68º 0.98% 0.52% -
XYZ 10.11 5.2 2.66 -
YUV 45.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 133 2 42 0 0.98 0.68 0.48 341.68 0.97 0.26
Hex 85 2 2A 0 62 44 30 156 61 1A
Octal 205 2 52 0 142 104 60 526 141 32
Binary 10000101 10 101010 0 1100010 1000100 110000 101010110 1100001 11010

Color Harmonies of #85022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85022A

Black with #85022A

Text Example


Text Example

White with #85022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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