Html Css Color HEX #850D3A Burgundy

📋 copy color: '#850D3A'

red 133 ◦ green 13 ◦ blue 58

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

Shades of Burgundy #850D3A

Tints of Burgundy #850D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 65.2%
G = 6.37%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#850D3A (or 0x850D3A) is known color: Burgundy. HEX triplet: 85, 0D and 3A. RGB value is (133,13,58). Sum of RGB (Red+Green+Blue) = 133+13+58=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #850D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D3A is #7AF2C5. Grayscale: #353535. Windows color (decimal): -8057542 or 3804549. OLE color: 3804549.

HSL color Cylindrical-coordinate representation of color #850D3A: hue angle of 337.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 #850D3A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 58 -
CMYK 0 0.90 0.56 0.48
HSL 337.5º 0.82% 0.29% -
HSV(B) 337.5º 0.9% 0.52% -
XYZ 10.58 5.58 4.52 -
YUV 54.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 133 13 58 0 0.90 0.56 0.48 337.5 0.82 0.29
Hex 85 D 3A 0 5A 38 30 152 52 1D
Octal 205 15 72 0 132 70 60 522 122 35
Binary 10000101 1101 111010 0 1011010 111000 110000 101010010 1010010 11101

Color Harmonies of #850D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D3A

Black with #850D3A

Text Example


Text Example

White with #850D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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