Html Css Color HEX #85091B Burgundy

📋 copy color: '#85091B'

red 133 ◦ green 9 ◦ blue 27

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

Shades of Burgundy #85091B

Tints of Burgundy #85091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 78.7%
G = 5.33%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85091B (or 0x85091B) is known color: Burgundy. HEX triplet: 85, 09 and 1B. RGB value is (133,9,27). Sum of RGB (Red+Green+Blue) = 133+9+27=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #85091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85091B is #7AF6E4. Grayscale: #303030. Windows color (decimal): -8058597 or 1771909. OLE color: 1771909.

HSL color Cylindrical-coordinate representation of color #85091B: hue angle of 351.29º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85091B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 27 -
CMYK 0 0.93 0.80 0.48
HSL 351.29º 0.87% 0.28% -
HSV(B) 351.29º 0.93% 0.52% -
XYZ 9.97 5.26 1.53 -
YUV 48.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 133 9 27 0 0.93 0.80 0.48 351.29 0.87 0.28
Hex 85 9 1B 0 5D 50 30 15F 57 1C
Octal 205 11 33 0 135 120 60 537 127 34
Binary 10000101 1001 11011 0 1011101 1010000 110000 101011111 1010111 11100

Color Harmonies of #85091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85091B

Black with #85091B

Text Example


Text Example

White with #85091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,9,27); }

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

background-color css

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

 a { background-color: rgb(133,9,27); }

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

border-color css

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

 span { border-color: rgb(133,9,27); }

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