Html Css Color HEX #851324 Burgundy

📋 copy color: '#851324'

red 133 ◦ green 19 ◦ blue 36

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

Shades of Burgundy #851324

Tints of Burgundy #851324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 70.74%
G = 10.11%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#851324 (or 0x851324) is known color: Burgundy. HEX triplet: 85, 13 and 24. RGB value is (133,19,36). Sum of RGB (Red+Green+Blue) = 133+19+36=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #851324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851324 is #7AECDB. Grayscale: #373737. Windows color (decimal): -8056028 or 2364293. OLE color: 2364293.

HSL color Cylindrical-coordinate representation of color #851324: hue angle of 351.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851324 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 36 -
CMYK 0 0.86 0.73 0.48
HSL 351.05º 0.75% 0.3% -
HSV(B) 351.05º 0.86% 0.52% -
XYZ 10.22 5.58 2.21 -
YUV 55.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 133 19 36 0 0.86 0.73 0.48 351.05 0.75 0.3
Hex 85 13 24 0 56 49 30 15F 4B 1E
Octal 205 23 44 0 126 111 60 537 113 36
Binary 10000101 10011 100100 0 1010110 1001001 110000 101011111 1001011 11110

Color Harmonies of #851324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851324

Black with #851324

Text Example


Text Example

White with #851324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851324; }

 p { color: rgb(133,19,36); }

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

background-color css

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

 a { background-color: rgb(133,19,36); }

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

border-color css

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

 span { border-color: rgb(133,19,36); }

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