Html Css Color HEX #850925 Burgundy

📋 copy color: '#850925'

red 133 ◦ green 9 ◦ blue 37

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

Shades of Burgundy #850925

Tints of Burgundy #850925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.03%

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

R = 74.3%
G = 5.03%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#850925 (or 0x850925) is known color: Burgundy. HEX triplet: 85, 09 and 25. RGB value is (133,9,37). Sum of RGB (Red+Green+Blue) = 133+9+37=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #850925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850925 is #7AF6DA. Grayscale: #313131. Windows color (decimal): -8058587 or 2427269. OLE color: 2427269.

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

Color convert

RGB 133 9 37 -
CMYK 0 0.93 0.72 0.48
HSL 346.45º 0.87% 0.28% -
HSV(B) 346.45º 0.93% 0.52% -
XYZ 10.1 5.32 2.24 -
YUV 49.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 133 9 37 0 0.93 0.72 0.48 346.45 0.87 0.28
Hex 85 9 25 0 5D 48 30 15A 57 1C
Octal 205 11 45 0 135 110 60 532 127 34
Binary 10000101 1001 100101 0 1011101 1001000 110000 101011010 1010111 11100

Color Harmonies of #850925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850925

Black with #850925

Text Example


Text Example

White with #850925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850925; }

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

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

background-color css

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

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

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

border-color css

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

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

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