Html Css Color HEX #850736 Burgundy

📋 copy color: '#850736'

red 133 ◦ green 7 ◦ blue 54

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

Shades of Burgundy #850736

Tints of Burgundy #850736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 68.56%
G = 3.61%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#850736 (or 0x850736) is known color: Burgundy. HEX triplet: 85, 07 and 36. RGB value is (133,7,54). Sum of RGB (Red+Green+Blue) = 133+7+54=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #850736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850736 is #7AF8C9. Grayscale: #313131. Windows color (decimal): -8059082 or 3540869. OLE color: 3540869.

HSL color Cylindrical-coordinate representation of color #850736: hue angle of 337.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850736 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 54 -
CMYK 0 0.95 0.59 0.48
HSL 337.62º 0.9% 0.27% -
HSV(B) 337.62º 0.95% 0.52% -
XYZ 10.41 5.4 3.98 -
YUV 50.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 133 7 54 0 0.95 0.59 0.48 337.62 0.9 0.27
Hex 85 7 36 0 5F 3B 30 152 5A 1B
Octal 205 7 66 0 137 73 60 522 132 33
Binary 10000101 111 110110 0 1011111 111011 110000 101010010 1011010 11011

Color Harmonies of #850736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850736

Black with #850736

Text Example


Text Example

White with #850736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850736; }

 p { color: rgb(133,7,54); }

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

background-color css

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

 a { background-color: rgb(133,7,54); }

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

border-color css

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

 span { border-color: rgb(133,7,54); }

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