Html Css Color HEX #850326 Burgundy

📋 copy color: '#850326'

red 133 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #850326

Tints of Burgundy #850326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 76.44%
G = 1.72%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#850326 (or 0x850326) is known color: Burgundy. HEX triplet: 85, 03 and 26. RGB value is (133,3,38). Sum of RGB (Red+Green+Blue) = 133+3+38=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #850326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850326 is #7AFCD9. Grayscale: #2D2D2D. Windows color (decimal): -8060122 or 2491269. OLE color: 2491269.

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

Color convert

RGB 133 3 38 -
CMYK 0 0.98 0.71 0.48
HSL 343.85º 0.96% 0.27% -
HSV(B) 343.85º 0.98% 0.52% -
XYZ 10.06 5.19 2.31 -
YUV 45.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 133 3 38 0 0.98 0.71 0.48 343.85 0.96 0.27
Hex 85 3 26 0 62 47 30 158 60 1B
Octal 205 3 46 0 142 107 60 530 140 33
Binary 10000101 11 100110 0 1100010 1000111 110000 101011000 1100000 11011

Color Harmonies of #850326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850326

Black with #850326

Text Example


Text Example

White with #850326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850326; }

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

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

background-color css

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

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

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

border-color css

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

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

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