Html Css Color HEX #850429 Burgundy

📋 copy color: '#850429'

red 133 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #850429

Tints of Burgundy #850429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 74.72%
G = 2.25%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#850429 (or 0x850429) is known color: Burgundy. HEX triplet: 85, 04 and 29. RGB value is (133,4,41). Sum of RGB (Red+Green+Blue) = 133+4+41=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #850429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850429 is #7AFBD6. Grayscale: #2E2E2E. Windows color (decimal): -8059863 or 2688133. OLE color: 2688133.

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

Color convert

RGB 133 4 41 -
CMYK 0 0.97 0.69 0.48
HSL 342.79º 0.94% 0.27% -
HSV(B) 342.79º 0.97% 0.52% -
XYZ 10.12 5.23 2.57 -
YUV 46.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 133 4 41 0 0.97 0.69 0.48 342.79 0.94 0.27
Hex 85 4 29 0 61 45 30 157 5E 1B
Octal 205 4 51 0 141 105 60 527 136 33
Binary 10000101 100 101001 0 1100001 1000101 110000 101010111 1011110 11011

Color Harmonies of #850429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850429

Black with #850429

Text Example


Text Example

White with #850429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850429; }

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

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

background-color css

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

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

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

border-color css

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

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

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