Html Css Color HEX #85091F Burgundy

📋 copy color: '#85091F'

red 133 ◦ green 9 ◦ blue 31

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

Shades of Burgundy #85091F

Tints of Burgundy #85091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 76.88%
G = 5.2%
B = 17.92%

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

#85091F (or 0x85091F) is known color: Burgundy. HEX triplet: 85, 09 and 1F. RGB value is (133,9,31). Sum of RGB (Red+Green+Blue) = 133+9+31=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #85091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85091F is #7AF6E0. Grayscale: #303030. Windows color (decimal): -8058593 or 2034053. OLE color: 2034053.

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

Color convert

RGB 133 9 31 -
CMYK 0 0.93 0.77 0.48
HSL 349.35º 0.87% 0.28% -
HSV(B) 349.35º 0.93% 0.52% -
XYZ 10.02 5.28 1.79 -
YUV 48.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 133 9 31 0 0.93 0.77 0.48 349.35 0.87 0.28
Hex 85 9 1F 0 5D 4D 30 15D 57 1C
Octal 205 11 37 0 135 115 60 535 127 34
Binary 10000101 1001 11111 0 1011101 1001101 110000 101011101 1010111 11100

Color Harmonies of #85091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85091F

Black with #85091F

Text Example


Text Example

White with #85091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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