Html Css Color HEX #85122A Burgundy

📋 copy color: '#85122A'

red 133 ◦ green 18 ◦ blue 42

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

Shades of Burgundy #85122A

Tints of Burgundy #85122A

RGB

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

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

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

R = 68.91%
G = 9.33%
B = 21.76%

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

#85122A (or 0x85122A) is known color: Burgundy. HEX triplet: 85, 12 and 2A. RGB value is (133,18,42). Sum of RGB (Red+Green+Blue) = 133+18+42=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122A is #7AEDD5. Grayscale: #373737. Windows color (decimal): -8056278 or 2757253. OLE color: 2757253.

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

Color convert

RGB 133 18 42 -
CMYK 0 0.86 0.68 0.48
HSL 347.48º 0.76% 0.3% -
HSV(B) 347.48º 0.86% 0.52% -
XYZ 10.31 5.59 2.73 -
YUV 55.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 133 18 42 0 0.86 0.68 0.48 347.48 0.76 0.3
Hex 85 12 2A 0 56 44 30 15B 4C 1E
Octal 205 22 52 0 126 104 60 533 114 36
Binary 10000101 10010 101010 0 1010110 1000100 110000 101011011 1001100 11110

Color Harmonies of #85122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85122A

Black with #85122A

Text Example


Text Example

White with #85122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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