Html Css Color HEX #850D28 Burgundy

📋 copy color: '#850D28'

red 133 ◦ green 13 ◦ blue 40

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

Shades of Burgundy #850D28

Tints of Burgundy #850D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.99%

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

R = 71.51%
G = 6.99%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#850D28 (or 0x850D28) is known color: Burgundy. HEX triplet: 85, 0D and 28. RGB value is (133,13,40). Sum of RGB (Red+Green+Blue) = 133+13+40=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D28 is #7AF2D7. Grayscale: #333333. Windows color (decimal): -8057560 or 2624901. OLE color: 2624901.

HSL color Cylindrical-coordinate representation of color #850D28: hue angle of 346.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D28 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 40 -
CMYK 0 0.90 0.70 0.48
HSL 346.5º 0.82% 0.29% -
HSV(B) 346.5º 0.9% 0.52% -
XYZ 10.2 5.43 2.52 -
YUV 51.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 133 13 40 0 0.90 0.70 0.48 346.5 0.82 0.29
Hex 85 D 28 0 5A 46 30 15A 52 1D
Octal 205 15 50 0 132 106 60 532 122 35
Binary 10000101 1101 101000 0 1011010 1000110 110000 101011010 1010010 11101

Color Harmonies of #850D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D28

Black with #850D28

Text Example


Text Example

White with #850D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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