Html Css Color HEX #850C2F Burgundy

📋 copy color: '#850C2F'

red 133 ◦ green 12 ◦ blue 47

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

Shades of Burgundy #850C2F

Tints of Burgundy #850C2F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.25%

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 69.27%
G = 6.25%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#850C2F (or 0x850C2F) is known color: Burgundy. HEX triplet: 85, 0C and 2F. RGB value is (133,12,47). Sum of RGB (Red+Green+Blue) = 133+12+47=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C2F is #7AF3D0. Grayscale: #343434. Windows color (decimal): -8057809 or 3083397. OLE color: 3083397.

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

Color convert

RGB 133 12 47 -
CMYK 0 0.91 0.65 0.48
HSL 342.64º 0.83% 0.28% -
HSV(B) 342.64º 0.91% 0.52% -
XYZ 10.32 5.45 3.2 -
YUV 52.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 133 12 47 0 0.91 0.65 0.48 342.64 0.83 0.28
Hex 85 C 2F 0 5B 41 30 157 53 1C
Octal 205 14 57 0 133 101 60 527 123 34
Binary 10000101 1100 101111 0 1011011 1000001 110000 101010111 1010011 11100

Color Harmonies of #850C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C2F

Black with #850C2F

Text Example


Text Example

White with #850C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,47); }

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

background-color css

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

 a { background-color: rgb(133,12,47); }

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

border-color css

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

 span { border-color: rgb(133,12,47); }

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