Html Css Color HEX #85122B Burgundy

📋 copy color: '#85122B'

red 133 ◦ green 18 ◦ blue 43

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

Shades of Burgundy #85122B

Tints of Burgundy #85122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 68.56%
G = 9.28%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85122B (or 0x85122B) is known color: Burgundy. HEX triplet: 85, 12 and 2B. RGB value is (133,18,43). Sum of RGB (Red+Green+Blue) = 133+18+43=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122B is #7AEDD4. Grayscale: #373737. Windows color (decimal): -8056277 or 2822789. OLE color: 2822789.

HSL color Cylindrical-coordinate representation of color #85122B: hue angle of 346.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85122B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 43 -
CMYK 0 0.86 0.68 0.48
HSL 346.96º 0.76% 0.3% -
HSV(B) 346.96º 0.86% 0.52% -
XYZ 10.33 5.59 2.82 -
YUV 55.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 133 18 43 0 0.86 0.68 0.48 346.96 0.76 0.3
Hex 85 12 2B 0 56 44 30 15B 4C 1E
Octal 205 22 53 0 126 104 60 533 114 36
Binary 10000101 10010 101011 0 1010110 1000100 110000 101011011 1001100 11110

Color Harmonies of #85122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85122B

Black with #85122B

Text Example


Text Example

White with #85122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,18,43); }

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

background-color css

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

 a { background-color: rgb(133,18,43); }

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

border-color css

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

 span { border-color: rgb(133,18,43); }

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