Html Css Color HEX #85091E Burgundy

📋 copy color: '#85091E'

red 133 ◦ green 9 ◦ blue 30

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

Shades of Burgundy #85091E

Tints of Burgundy #85091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 77.33%
G = 5.23%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85091E (or 0x85091E) is known color: Burgundy. HEX triplet: 85, 09 and 1E. RGB value is (133,9,30). Sum of RGB (Red+Green+Blue) = 133+9+30=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #85091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85091E is #7AF6E1. Grayscale: #303030. Windows color (decimal): -8058594 or 1968517. OLE color: 1968517.

HSL color Cylindrical-coordinate representation of color #85091E: hue angle of 349.84º 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 #85091E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 30 -
CMYK 0 0.93 0.77 0.48
HSL 349.84º 0.87% 0.28% -
HSV(B) 349.84º 0.93% 0.52% -
XYZ 10 5.28 1.72 -
YUV 48.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 133 9 30 0 0.93 0.77 0.48 349.84 0.87 0.28
Hex 85 9 1E 0 5D 4D 30 15E 57 1C
Octal 205 11 36 0 135 115 60 536 127 34
Binary 10000101 1001 11110 0 1011101 1001101 110000 101011110 1010111 11100

Color Harmonies of #85091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85091E

Black with #85091E

Text Example


Text Example

White with #85091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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