Html Css Color HEX #850330 Burgundy

📋 copy color: '#850330'

red 133 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #850330

Tints of Burgundy #850330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 72.28%
G = 1.63%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850330 (or 0x850330) is known color: Burgundy. HEX triplet: 85, 03 and 30. RGB value is (133,3,48). Sum of RGB (Red+Green+Blue) = 133+3+48=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #850330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850330 is #7AFCCF. Grayscale: #2E2E2E. Windows color (decimal): -8060112 or 3146629. OLE color: 3146629.

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

Color convert

RGB 133 3 48 -
CMYK 0 0.98 0.64 0.48
HSL 339.23º 0.96% 0.27% -
HSV(B) 339.23º 0.98% 0.52% -
XYZ 10.24 5.27 3.27 -
YUV 47 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 133 3 48 0 0.98 0.64 0.48 339.23 0.96 0.27
Hex 85 3 30 0 62 40 30 153 60 1B
Octal 205 3 60 0 142 100 60 523 140 33
Binary 10000101 11 110000 0 1100010 1000000 110000 101010011 1100000 11011

Color Harmonies of #850330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850330

Black with #850330

Text Example


Text Example

White with #850330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850330; }

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

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

background-color css

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

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

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

border-color css

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

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

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