Html Css Color HEX #850428 Burgundy

📋 copy color: '#850428'

red 133 ◦ green 4 ◦ blue 40

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

Shades of Burgundy #850428

Tints of Burgundy #850428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 75.14%
G = 2.26%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#850428 (or 0x850428) is known color: Burgundy. HEX triplet: 85, 04 and 28. RGB value is (133,4,40). Sum of RGB (Red+Green+Blue) = 133+4+40=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #850428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850428 is #7AFBD7. Grayscale: #2E2E2E. Windows color (decimal): -8059864 or 2622597. OLE color: 2622597.

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

Color convert

RGB 133 4 40 -
CMYK 0 0.97 0.70 0.48
HSL 343.26º 0.94% 0.27% -
HSV(B) 343.26º 0.97% 0.52% -
XYZ 10.1 5.23 2.48 -
YUV 46.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 133 4 40 0 0.97 0.70 0.48 343.26 0.94 0.27
Hex 85 4 28 0 61 46 30 157 5E 1B
Octal 205 4 50 0 141 106 60 527 136 33
Binary 10000101 100 101000 0 1100001 1000110 110000 101010111 1011110 11011

Color Harmonies of #850428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850428

Black with #850428

Text Example


Text Example

White with #850428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850428; }

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

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

background-color css

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

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

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

border-color css

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

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

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