Html Css Color HEX #851034 Burgundy

📋 copy color: '#851034'

red 133 ◦ green 16 ◦ blue 52

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

Shades of Burgundy #851034

Tints of Burgundy #851034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 66.17%
G = 7.96%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#851034 (or 0x851034) is known color: Burgundy. HEX triplet: 85, 10 and 34. RGB value is (133,16,52). Sum of RGB (Red+Green+Blue) = 133+16+52=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #851034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851034 is #7AEFCB. Grayscale: #373737. Windows color (decimal): -8056780 or 3412101. OLE color: 3412101.

HSL color Cylindrical-coordinate representation of color #851034: hue angle of 341.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851034 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 52 -
CMYK 0 0.88 0.61 0.48
HSL 341.54º 0.79% 0.29% -
HSV(B) 341.54º 0.88% 0.52% -
XYZ 10.48 5.61 3.78 -
YUV 55.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 133 16 52 0 0.88 0.61 0.48 341.54 0.79 0.29
Hex 85 10 34 0 58 3D 30 156 4F 1D
Octal 205 20 64 0 130 75 60 526 117 35
Binary 10000101 10000 110100 0 1011000 111101 110000 101010110 1001111 11101

Color Harmonies of #851034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851034

Black with #851034

Text Example


Text Example

White with #851034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851034; }

 p { color: rgb(133,16,52); }

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

background-color css

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

 a { background-color: rgb(133,16,52); }

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

border-color css

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

 span { border-color: rgb(133,16,52); }

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