Html Css Color HEX #850421 Burgundy

📋 copy color: '#850421'

red 133 ◦ green 4 ◦ blue 33

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

Shades of Burgundy #850421

Tints of Burgundy #850421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 78.24%
G = 2.35%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#850421 (or 0x850421) is known color: Burgundy. HEX triplet: 85, 04 and 21. RGB value is (133,4,33). Sum of RGB (Red+Green+Blue) = 133+4+33=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850421 is #7AFBDE. Grayscale: #2D2D2D. Windows color (decimal): -8059871 or 2163845. OLE color: 2163845.

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

Color convert

RGB 133 4 33 -
CMYK 0 0.97 0.75 0.48
HSL 346.51º 0.94% 0.27% -
HSV(B) 346.51º 0.97% 0.52% -
XYZ 9.99 5.18 1.91 -
YUV 45.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 133 4 33 0 0.97 0.75 0.48 346.51 0.94 0.27
Hex 85 4 21 0 61 4B 30 15B 5E 1B
Octal 205 4 41 0 141 113 60 533 136 33
Binary 10000101 100 100001 0 1100001 1001011 110000 101011011 1011110 11011

Color Harmonies of #850421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850421

Black with #850421

Text Example


Text Example

White with #850421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850421; }

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

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

background-color css

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

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

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

border-color css

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

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

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