Html Css Color HEX #850825 Burgundy

📋 copy color: '#850825'

red 133 ◦ green 8 ◦ blue 37

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

Shades of Burgundy #850825

Tints of Burgundy #850825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 74.72%
G = 4.49%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#850825 (or 0x850825) is known color: Burgundy. HEX triplet: 85, 08 and 25. RGB value is (133,8,37). Sum of RGB (Red+Green+Blue) = 133+8+37=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #850825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850825 is #7AF7DA. Grayscale: #303030. Windows color (decimal): -8058843 or 2427013. OLE color: 2427013.

HSL color Cylindrical-coordinate representation of color #850825: hue angle of 346.08º 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 #850825 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 37 -
CMYK 0 0.94 0.72 0.48
HSL 346.08º 0.89% 0.28% -
HSV(B) 346.08º 0.94% 0.52% -
XYZ 10.09 5.29 2.24 -
YUV 48.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 133 8 37 0 0.94 0.72 0.48 346.08 0.89 0.28
Hex 85 8 25 0 5E 48 30 15A 59 1C
Octal 205 10 45 0 136 110 60 532 131 34
Binary 10000101 1000 100101 0 1011110 1001000 110000 101011010 1011001 11100

Color Harmonies of #850825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850825

Black with #850825

Text Example


Text Example

White with #850825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850825; }

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

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

background-color css

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

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

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

border-color css

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

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

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