Html Css Color HEX #850F34 Burgundy

📋 copy color: '#850F34'

red 133 ◦ green 15 ◦ blue 52

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

Shades of Burgundy #850F34

Tints of Burgundy #850F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.5%

 BLUE value IS 52 (20.7% from 255) = 26%

R = 66.5%
G = 7.5%
B = 26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#850F34 (or 0x850F34) is known color: Burgundy. HEX triplet: 85, 0F and 34. RGB value is (133,15,52). Sum of RGB (Red+Green+Blue) = 133+15+52=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #850F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850F34 is #7AF0CB. Grayscale: #363636. Windows color (decimal): -8057036 or 3411845. OLE color: 3411845.

HSL color Cylindrical-coordinate representation of color #850F34: hue angle of 341.19º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F34 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 15 52 -
CMYK 0 0.89 0.61 0.48
HSL 341.19º 0.8% 0.29% -
HSV(B) 341.19º 0.89% 0.52% -
XYZ 10.46 5.58 3.77 -
YUV 54.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 133 15 52 0 0.89 0.61 0.48 341.19 0.8 0.29
Hex 85 F 34 0 59 3D 30 155 50 1D
Octal 205 17 64 0 131 75 60 525 120 35
Binary 10000101 1111 110100 0 1011001 111101 110000 101010101 1010000 11101

Color Harmonies of #850F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F34

Black with #850F34

Text Example


Text Example

White with #850F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,15,52); }

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

background-color css

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

 a { background-color: rgb(133,15,52); }

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

border-color css

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

 span { border-color: rgb(133,15,52); }

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