Html Css Color HEX #850D2F Burgundy

📋 copy color: '#850D2F'

red 133 ◦ green 13 ◦ blue 47

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

Shades of Burgundy #850D2F

Tints of Burgundy #850D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 68.91%
G = 6.74%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#850D2F (or 0x850D2F) is known color: Burgundy. HEX triplet: 85, 0D and 2F. RGB value is (133,13,47). Sum of RGB (Red+Green+Blue) = 133+13+47=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #850D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D2F is #7AF2D0. Grayscale: #343434. Windows color (decimal): -8057553 or 3083653. OLE color: 3083653.

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

Color convert

RGB 133 13 47 -
CMYK 0 0.90 0.65 0.48
HSL 343º 0.82% 0.29% -
HSV(B) 343º 0.9% 0.52% -
XYZ 10.33 5.48 3.2 -
YUV 52.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 133 13 47 0 0.90 0.65 0.48 343 0.82 0.29
Hex 85 D 2F 0 5A 41 30 157 52 1D
Octal 205 15 57 0 132 101 60 527 122 35
Binary 10000101 1101 101111 0 1011010 1000001 110000 101010111 1010010 11101

Color Harmonies of #850D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D2F

Black with #850D2F

Text Example


Text Example

White with #850D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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