Html Css Color HEX #85001B Burgundy

📋 copy color: '#85001B'

red 133 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #85001B

Tints of Burgundy #85001B

RGB

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

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

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

R = 83.13%
G = 0%
B = 16.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85001B (or 0x85001B) is known color: Burgundy. HEX triplet: 85, 00 and 1B. RGB value is (133,0,27). Sum of RGB (Red+Green+Blue) = 133+0+27=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #85001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85001B is #7AFFE4. Grayscale: #2A2A2A. Windows color (decimal): -8060901 or 1769605. OLE color: 1769605.

HSL color Cylindrical-coordinate representation of color #85001B: hue angle of 347.82º 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 #85001B is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 27 -
CMYK 0 1 0.80 0.48
HSL 347.82º 1% 0.26% -
HSV(B) 347.82º 1% 0.52% -
XYZ 9.87 5.07 1.49 -
YUV 42.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 133 0 27 0 1 0.80 0.48 347.82 1 0.26
Hex 85 0 1B 0 64 50 30 15C 64 1A
Octal 205 0 33 0 144 120 60 534 144 32
Binary 10000101 0 11011 0 1100100 1010000 110000 101011100 1100100 11010

Color Harmonies of #85001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85001B

Black with #85001B

Text Example


Text Example

White with #85001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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