Html Css Color HEX #850325 Burgundy

📋 copy color: '#850325'

red 133 ◦ green 3 ◦ blue 37

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

Shades of Burgundy #850325

Tints of Burgundy #850325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 76.88%
G = 1.73%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#850325 (or 0x850325) is known color: Burgundy. HEX triplet: 85, 03 and 25. RGB value is (133,3,37). Sum of RGB (Red+Green+Blue) = 133+3+37=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #850325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850325 is #7AFCDA. Grayscale: #2D2D2D. Windows color (decimal): -8060123 or 2425733. OLE color: 2425733.

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

Color convert

RGB 133 3 37 -
CMYK 0 0.98 0.72 0.48
HSL 344.31º 0.96% 0.27% -
HSV(B) 344.31º 0.98% 0.52% -
XYZ 10.04 5.19 2.22 -
YUV 45.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 133 3 37 0 0.98 0.72 0.48 344.31 0.96 0.27
Hex 85 3 25 0 62 48 30 158 60 1B
Octal 205 3 45 0 142 110 60 530 140 33
Binary 10000101 11 100101 0 1100010 1001000 110000 101011000 1100000 11011

Color Harmonies of #850325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850325

Black with #850325

Text Example


Text Example

White with #850325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850325; }

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

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

background-color css

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

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

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

border-color css

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

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

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