Html Css Color HEX #850430 Burgundy

📋 copy color: '#850430'

red 133 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #850430

Tints of Burgundy #850430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 71.89%
G = 2.16%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850430 (or 0x850430) is known color: Burgundy. HEX triplet: 85, 04 and 30. RGB value is (133,4,48). Sum of RGB (Red+Green+Blue) = 133+4+48=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #850430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850430 is #7AFBCF. Grayscale: #2F2F2F. Windows color (decimal): -8059856 or 3146885. OLE color: 3146885.

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

Color convert

RGB 133 4 48 -
CMYK 0 0.97 0.64 0.48
HSL 339.53º 0.94% 0.27% -
HSV(B) 339.53º 0.97% 0.52% -
XYZ 10.25 5.29 3.28 -
YUV 47.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 133 4 48 0 0.97 0.64 0.48 339.53 0.94 0.27
Hex 85 4 30 0 61 40 30 154 5E 1B
Octal 205 4 60 0 141 100 60 524 136 33
Binary 10000101 100 110000 0 1100001 1000000 110000 101010100 1011110 11011

Color Harmonies of #850430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850430

Black with #850430

Text Example


Text Example

White with #850430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850430; }

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

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

background-color css

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

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

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

border-color css

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

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

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