Html Css Color HEX #850D34 Burgundy

📋 copy color: '#850D34'

red 133 ◦ green 13 ◦ blue 52

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

Shades of Burgundy #850D34

Tints of Burgundy #850D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.26%

R = 67.17%
G = 6.57%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#850D34 (or 0x850D34) is known color: Burgundy. HEX triplet: 85, 0D and 34. RGB value is (133,13,52). Sum of RGB (Red+Green+Blue) = 133+13+52=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #850D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D34 is #7AF2CB. Grayscale: #353535. Windows color (decimal): -8057548 or 3411333. OLE color: 3411333.

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

Color convert

RGB 133 13 52 -
CMYK 0 0.90 0.61 0.48
HSL 340.5º 0.82% 0.29% -
HSV(B) 340.5º 0.9% 0.52% -
XYZ 10.44 5.52 3.76 -
YUV 53.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 133 13 52 0 0.90 0.61 0.48 340.5 0.82 0.29
Hex 85 D 34 0 5A 3D 30 154 52 1D
Octal 205 15 64 0 132 75 60 524 122 35
Binary 10000101 1101 110100 0 1011010 111101 110000 101010100 1010010 11101

Color Harmonies of #850D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D34

Black with #850D34

Text Example


Text Example

White with #850D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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