Html Css Color HEX #850A3C Burgundy

📋 copy color: '#850A3C'

red 133 ◦ green 10 ◦ blue 60

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

Shades of Burgundy #850A3C

Tints of Burgundy #850A3C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 65.52%
G = 4.93%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#850A3C (or 0x850A3C) is known color: Burgundy. HEX triplet: 85, 0A and 3C. RGB value is (133,10,60). Sum of RGB (Red+Green+Blue) = 133+10+60=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A3C is #7AF5C3. Grayscale: #343434. Windows color (decimal): -8058308 or 3934853. OLE color: 3934853.

HSL color Cylindrical-coordinate representation of color #850A3C: hue angle of 335.61º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A3C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 10 60 -
CMYK 0 0.92 0.55 0.48
HSL 335.61º 0.86% 0.28% -
HSV(B) 335.61º 0.92% 0.52% -
XYZ 10.6 5.53 4.78 -
YUV 52.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 133 10 60 0 0.92 0.55 0.48 335.61 0.86 0.28
Hex 85 A 3C 0 5C 37 30 150 56 1C
Octal 205 12 74 0 134 67 60 520 126 34
Binary 10000101 1010 111100 0 1011100 110111 110000 101010000 1010110 11100

Color Harmonies of #850A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A3C

Black with #850A3C

Text Example


Text Example

White with #850A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,10,60); }

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

background-color css

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

 a { background-color: rgb(133,10,60); }

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

border-color css

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

 span { border-color: rgb(133,10,60); }

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