Html Css Color HEX #85121D Burgundy

📋 copy color: '#85121D'

red 133 ◦ green 18 ◦ blue 29

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

Shades of Burgundy #85121D

Tints of Burgundy #85121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 73.89%
G = 10%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85121D (or 0x85121D) is known color: Burgundy. HEX triplet: 85, 12 and 1D. RGB value is (133,18,29). Sum of RGB (Red+Green+Blue) = 133+18+29=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121D is #7AEDE2. Grayscale: #353535. Windows color (decimal): -8056291 or 1905285. OLE color: 1905285.

HSL color Cylindrical-coordinate representation of color #85121D: hue angle of 354.26º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85121D is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 29 -
CMYK 0 0.86 0.78 0.48
HSL 354.26º 0.76% 0.3% -
HSV(B) 354.26º 0.86% 0.52% -
XYZ 10.11 5.51 1.69 -
YUV 53.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 133 18 29 0 0.86 0.78 0.48 354.26 0.76 0.3
Hex 85 12 1D 0 56 4E 30 162 4C 1E
Octal 205 22 35 0 126 116 60 542 114 36
Binary 10000101 10010 11101 0 1010110 1001110 110000 101100010 1001100 11110

Color Harmonies of #85121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85121D

Black with #85121D

Text Example


Text Example

White with #85121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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