Html Css Color HEX #850D1D Burgundy

📋 copy color: '#850D1D'

red 133 ◦ green 13 ◦ blue 29

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

Shades of Burgundy #850D1D

Tints of Burgundy #850D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.43%

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

R = 76%
G = 7.43%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#850D1D (or 0x850D1D) is known color: Burgundy. HEX triplet: 85, 0D and 1D. RGB value is (133,13,29). Sum of RGB (Red+Green+Blue) = 133+13+29=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #850D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D1D is #7AF2E2. Grayscale: #323232. Windows color (decimal): -8057571 or 1904005. OLE color: 1904005.

HSL color Cylindrical-coordinate representation of color #850D1D: hue angle of 352º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D1D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 29 -
CMYK 0 0.90 0.78 0.48
HSL 352º 0.82% 0.29% -
HSV(B) 352º 0.9% 0.52% -
XYZ 10.04 5.36 1.67 -
YUV 50.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 133 13 29 0 0.90 0.78 0.48 352 0.82 0.29
Hex 85 D 1D 0 5A 4E 30 160 52 1D
Octal 205 15 35 0 132 116 60 540 122 35
Binary 10000101 1101 11101 0 1011010 1001110 110000 101100000 1010010 11101

Color Harmonies of #850D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D1D

Black with #850D1D

Text Example


Text Example

White with #850D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D1D; }

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

 H1.HeaderClassName
 {
   color: #850D1D;
 }
 .AnyTagClassName
 {
   color: #850D1D;
 }
</style>

background-color css

<style>
 a { background-color: #850D1D; }

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

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

border-color css

<style>
 span { border-color: #850D1D; }

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

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