Html Css Color HEX #850D31 Burgundy

📋 copy color: '#850D31'

red 133 ◦ green 13 ◦ blue 49

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

Shades of Burgundy #850D31

Tints of Burgundy #850D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 68.21%
G = 6.67%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#850D31 (or 0x850D31) is known color: Burgundy. HEX triplet: 85, 0D and 31. RGB value is (133,13,49). Sum of RGB (Red+Green+Blue) = 133+13+49=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #850D31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D31 is #7AF2CE. Grayscale: #343434. Windows color (decimal): -8057551 or 3214725. OLE color: 3214725.

HSL color Cylindrical-coordinate representation of color #850D31: hue angle of 342º 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 #850D31 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 49 -
CMYK 0 0.90 0.63 0.48
HSL 342º 0.82% 0.29% -
HSV(B) 342º 0.9% 0.52% -
XYZ 10.37 5.5 3.42 -
YUV 52.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 133 13 49 0 0.90 0.63 0.48 342 0.82 0.29
Hex 85 D 31 0 5A 3F 30 156 52 1D
Octal 205 15 61 0 132 77 60 526 122 35
Binary 10000101 1101 110001 0 1011010 111111 110000 101010110 1010010 11101

Color Harmonies of #850D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D31

Black with #850D31

Text Example


Text Example

White with #850D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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