Html Css Color HEX #850130 Burgundy

📋 copy color: '#850130'

red 133 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #850130

Tints of Burgundy #850130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 73.08%
G = 0.55%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850130 (or 0x850130) is known color: Burgundy. HEX triplet: 85, 01 and 30. RGB value is (133,1,48). Sum of RGB (Red+Green+Blue) = 133+1+48=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #850130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850130 is #7AFECF. Grayscale: #2D2D2D. Windows color (decimal): -8060624 or 3146117. OLE color: 3146117.

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

Color convert

RGB 133 1 48 -
CMYK 0 0.99 0.64 0.48
HSL 338.64º 0.99% 0.26% -
HSV(B) 338.64º 0.99% 0.52% -
XYZ 10.22 5.22 3.27 -
YUV 45.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 133 1 48 0 0.99 0.64 0.48 338.64 0.99 0.26
Hex 85 1 30 0 63 40 30 153 63 1A
Octal 205 1 60 0 143 100 60 523 143 32
Binary 10000101 1 110000 0 1100011 1000000 110000 101010011 1100011 11010

Color Harmonies of #850130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850130

Black with #850130

Text Example


Text Example

White with #850130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850130; }

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

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

background-color css

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

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

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

border-color css

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

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

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