Html Css Color HEX #851130 Burgundy

📋 copy color: '#851130'

red 133 ◦ green 17 ◦ blue 48

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

Shades of Burgundy #851130

Tints of Burgundy #851130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 67.17%
G = 8.59%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#851130 (or 0x851130) is known color: Burgundy. HEX triplet: 85, 11 and 30. RGB value is (133,17,48). Sum of RGB (Red+Green+Blue) = 133+17+48=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #851130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851130 is #7AEECF. Grayscale: #373737. Windows color (decimal): -8056528 or 3150213. OLE color: 3150213.

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

Color convert

RGB 133 17 48 -
CMYK 0 0.87 0.64 0.48
HSL 343.97º 0.77% 0.29% -
HSV(B) 343.97º 0.87% 0.52% -
XYZ 10.41 5.6 3.33 -
YUV 55.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 133 17 48 0 0.87 0.64 0.48 343.97 0.77 0.29
Hex 85 11 30 0 57 40 30 158 4D 1D
Octal 205 21 60 0 127 100 60 530 115 35
Binary 10000101 10001 110000 0 1010111 1000000 110000 101011000 1001101 11101

Color Harmonies of #851130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851130

Black with #851130

Text Example


Text Example

White with #851130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851130; }

 p { color: rgb(133,17,48); }

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

background-color css

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

 a { background-color: rgb(133,17,48); }

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

border-color css

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

 span { border-color: rgb(133,17,48); }

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