Html Css Color HEX #850530 Burgundy

📋 copy color: '#850530'

red 133 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #850530

Tints of Burgundy #850530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 71.51%
G = 2.69%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850530 (or 0x850530) is known color: Burgundy. HEX triplet: 85, 05 and 30. RGB value is (133,5,48). Sum of RGB (Red+Green+Blue) = 133+5+48=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850530 is #7AFACF. Grayscale: #303030. Windows color (decimal): -8059600 or 3147141. OLE color: 3147141.

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

Color convert

RGB 133 5 48 -
CMYK 0 0.96 0.64 0.48
HSL 339.84º 0.93% 0.27% -
HSV(B) 339.84º 0.96% 0.52% -
XYZ 10.26 5.31 3.28 -
YUV 48.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 133 5 48 0 0.96 0.64 0.48 339.84 0.93 0.27
Hex 85 5 30 0 60 40 30 154 5D 1B
Octal 205 5 60 0 140 100 60 524 135 33
Binary 10000101 101 110000 0 1100000 1000000 110000 101010100 1011101 11011

Color Harmonies of #850530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850530

Black with #850530

Text Example


Text Example

White with #850530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850530; }

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

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

background-color css

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

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

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

border-color css

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

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

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