Html Css Color HEX #850830 Burgundy

📋 copy color: '#850830'

red 133 ◦ green 8 ◦ blue 48

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

Shades of Burgundy #850830

Tints of Burgundy #850830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 70.37%
G = 4.23%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850830 (or 0x850830) is known color: Burgundy. HEX triplet: 85, 08 and 30. RGB value is (133,8,48). Sum of RGB (Red+Green+Blue) = 133+8+48=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #850830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850830 is #7AF7CF. Grayscale: #313131. Windows color (decimal): -8058832 or 3147909. OLE color: 3147909.

HSL color Cylindrical-coordinate representation of color #850830: hue angle of 340.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850830 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 48 -
CMYK 0 0.94 0.64 0.48
HSL 340.8º 0.89% 0.28% -
HSV(B) 340.8º 0.94% 0.52% -
XYZ 10.29 5.37 3.29 -
YUV 49.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 133 8 48 0 0.94 0.64 0.48 340.8 0.89 0.28
Hex 85 8 30 0 5E 40 30 155 59 1C
Octal 205 10 60 0 136 100 60 525 131 34
Binary 10000101 1000 110000 0 1011110 1000000 110000 101010101 1011001 11100

Color Harmonies of #850830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850830

Black with #850830

Text Example


Text Example

White with #850830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850830; }

 p { color: rgb(133,8,48); }

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

background-color css

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

 a { background-color: rgb(133,8,48); }

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

border-color css

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

 span { border-color: rgb(133,8,48); }

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