Html Css Color HEX #85001F Burgundy

📋 copy color: '#85001F'

red 133 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #85001F

Tints of Burgundy #85001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.1%
G = 0%
B = 18.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85001F (or 0x85001F) is known color: Burgundy. HEX triplet: 85, 00 and 1F. RGB value is (133,0,31). Sum of RGB (Red+Green+Blue) = 133+0+31=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #85001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85001F is #7AFFE0. Grayscale: #2B2B2B. Windows color (decimal): -8060897 or 2031749. OLE color: 2031749.

HSL color Cylindrical-coordinate representation of color #85001F: hue angle of 346.02º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85001F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 31 -
CMYK 0 1 0.77 0.48
HSL 346.02º 1% 0.26% -
HSV(B) 346.02º 1% 0.52% -
XYZ 9.92 5.09 1.76 -
YUV 43.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 133 0 31 0 1 0.77 0.48 346.02 1 0.26
Hex 85 0 1F 0 64 4D 30 15A 64 1A
Octal 205 0 37 0 144 115 60 532 144 32
Binary 10000101 0 11111 0 1100100 1001101 110000 101011010 1100100 11010

Color Harmonies of #85001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85001F

Black with #85001F

Text Example


Text Example

White with #85001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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