Html Css Color HEX #850730 Burgundy

📋 copy color: '#850730'

red 133 ◦ green 7 ◦ blue 48

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

Shades of Burgundy #850730

Tints of Burgundy #850730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 70.74%
G = 3.72%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#850730 (or 0x850730) is known color: Burgundy. HEX triplet: 85, 07 and 30. RGB value is (133,7,48). Sum of RGB (Red+Green+Blue) = 133+7+48=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #850730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850730 is #7AF8CF. Grayscale: #313131. Windows color (decimal): -8059088 or 3147653. OLE color: 3147653.

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

Color convert

RGB 133 7 48 -
CMYK 0 0.95 0.64 0.48
HSL 340.48º 0.9% 0.27% -
HSV(B) 340.48º 0.95% 0.52% -
XYZ 10.28 5.35 3.29 -
YUV 49.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 133 7 48 0 0.95 0.64 0.48 340.48 0.9 0.27
Hex 85 7 30 0 5F 40 30 154 5A 1B
Octal 205 7 60 0 137 100 60 524 132 33
Binary 10000101 111 110000 0 1011111 1000000 110000 101010100 1011010 11011

Color Harmonies of #850730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850730

Black with #850730

Text Example


Text Example

White with #850730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850730; }

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

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

background-color css

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

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

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

border-color css

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

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

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