Html Css Color HEX #850422 Burgundy

📋 copy color: '#850422'

red 133 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #850422

Tints of Burgundy #850422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 77.78%
G = 2.34%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#850422 (or 0x850422) is known color: Burgundy. HEX triplet: 85, 04 and 22. RGB value is (133,4,34). Sum of RGB (Red+Green+Blue) = 133+4+34=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850422 is #7AFBDD. Grayscale: #2E2E2E. Windows color (decimal): -8059870 or 2229381. OLE color: 2229381.

HSL color Cylindrical-coordinate representation of color #850422: hue angle of 346.05º 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 #850422 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 34 -
CMYK 0 0.97 0.74 0.48
HSL 346.05º 0.94% 0.27% -
HSV(B) 346.05º 0.97% 0.52% -
XYZ 10.01 5.19 1.99 -
YUV 45.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 133 4 34 0 0.97 0.74 0.48 346.05 0.94 0.27
Hex 85 4 22 0 61 4A 30 15A 5E 1B
Octal 205 4 42 0 141 112 60 532 136 33
Binary 10000101 100 100010 0 1100001 1001010 110000 101011010 1011110 11011

Color Harmonies of #850422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850422

Black with #850422

Text Example


Text Example

White with #850422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850422; }

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

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

background-color css

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

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

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

border-color css

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

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

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