Html Css Color HEX #85001D Burgundy

📋 copy color: '#85001D'

red 133 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #85001D

Tints of Burgundy #85001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.9%

R = 82.1%
G = 0%
B = 17.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85001D (or 0x85001D) is known color: Burgundy. HEX triplet: 85, 00 and 1D. RGB value is (133,0,29). Sum of RGB (Red+Green+Blue) = 133+0+29=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #85001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85001D is #7AFFE2. Grayscale: #2B2B2B. Windows color (decimal): -8060899 or 1900677. OLE color: 1900677.

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

Color convert

RGB 133 0 29 -
CMYK 0 1 0.78 0.48
HSL 346.92º 1% 0.26% -
HSV(B) 346.92º 1% 0.52% -
XYZ 9.89 5.08 1.62 -
YUV 43.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 133 0 29 0 1 0.78 0.48 346.92 1 0.26
Hex 85 0 1D 0 64 4E 30 15B 64 1A
Octal 205 0 35 0 144 116 60 533 144 32
Binary 10000101 0 11101 0 1100100 1001110 110000 101011011 1100100 11010

Color Harmonies of #85001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85001D

Black with #85001D

Text Example


Text Example

White with #85001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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