Html Css Color HEX #850A32 Burgundy

📋 copy color: '#850A32'

red 133 ◦ green 10 ◦ blue 50

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

Shades of Burgundy #850A32

Tints of Burgundy #850A32

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.18%

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 68.91%
G = 5.18%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850A32 (or 0x850A32) is known color: Burgundy. HEX triplet: 85, 0A and 32. RGB value is (133,10,50). Sum of RGB (Red+Green+Blue) = 133+10+50=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #850A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A32 is #7AF5CD. Grayscale: #333333. Windows color (decimal): -8058318 or 3279493. OLE color: 3279493.

HSL color Cylindrical-coordinate representation of color #850A32: hue angle of 340.49º degrees, saturation: 0.86, 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 #850A32 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 10 50 -
CMYK 0 0.92 0.62 0.48
HSL 340.49º 0.86% 0.28% -
HSV(B) 340.49º 0.92% 0.52% -
XYZ 10.36 5.43 3.52 -
YUV 51.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 133 10 50 0 0.92 0.62 0.48 340.49 0.86 0.28
Hex 85 A 32 0 5C 3E 30 154 56 1C
Octal 205 12 62 0 134 76 60 524 126 34
Binary 10000101 1010 110010 0 1011100 111110 110000 101010100 1010110 11100

Color Harmonies of #850A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A32

Black with #850A32

Text Example


Text Example

White with #850A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,10,50); }

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

background-color css

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

 a { background-color: rgb(133,10,50); }

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

border-color css

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

 span { border-color: rgb(133,10,50); }

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