Html Css Color HEX #850B2A Burgundy

📋 copy color: '#850B2A'

red 133 ◦ green 11 ◦ blue 42

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

Shades of Burgundy #850B2A

Tints of Burgundy #850B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 71.51%
G = 5.91%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#850B2A (or 0x850B2A) is known color: Burgundy. HEX triplet: 85, 0B and 2A. RGB value is (133,11,42). Sum of RGB (Red+Green+Blue) = 133+11+42=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B2A is #7AF4D5. Grayscale: #333333. Windows color (decimal): -8058070 or 2755461. OLE color: 2755461.

HSL color Cylindrical-coordinate representation of color #850B2A: hue angle of 344.75º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B2A is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 11 42 -
CMYK 0 0.92 0.68 0.48
HSL 344.75º 0.85% 0.28% -
HSV(B) 344.75º 0.92% 0.52% -
XYZ 10.21 5.39 2.69 -
YUV 51.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 133 11 42 0 0.92 0.68 0.48 344.75 0.85 0.28
Hex 85 B 2A 0 5C 44 30 159 55 1C
Octal 205 13 52 0 134 104 60 531 125 34
Binary 10000101 1011 101010 0 1011100 1000100 110000 101011001 1010101 11100

Color Harmonies of #850B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B2A

Black with #850B2A

Text Example


Text Example

White with #850B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,11,42); }

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

background-color css

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

 a { background-color: rgb(133,11,42); }

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

border-color css

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

 span { border-color: rgb(133,11,42); }

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