Html Css Color HEX #850732 Burgundy

📋 copy color: '#850732'

red 133 ◦ green 7 ◦ blue 50

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

Shades of Burgundy #850732

Tints of Burgundy #850732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 70%
G = 3.68%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850732 (or 0x850732) is known color: Burgundy. HEX triplet: 85, 07 and 32. RGB value is (133,7,50). Sum of RGB (Red+Green+Blue) = 133+7+50=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #850732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850732 is #7AF8CD. Grayscale: #313131. Windows color (decimal): -8059086 or 3278725. OLE color: 3278725.

HSL color Cylindrical-coordinate representation of color #850732: hue angle of 339.52º 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 #850732 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 50 -
CMYK 0 0.95 0.62 0.48
HSL 339.52º 0.9% 0.27% -
HSV(B) 339.52º 0.95% 0.52% -
XYZ 10.32 5.37 3.51 -
YUV 49.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 133 7 50 0 0.95 0.62 0.48 339.52 0.9 0.27
Hex 85 7 32 0 5F 3E 30 154 5A 1B
Octal 205 7 62 0 137 76 60 524 132 33
Binary 10000101 111 110010 0 1011111 111110 110000 101010100 1011010 11011

Color Harmonies of #850732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850732

Black with #850732

Text Example


Text Example

White with #850732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850732; }

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

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

background-color css

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

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

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

border-color css

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

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

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