Html Css Color HEX #850C2D Burgundy

📋 copy color: '#850C2D'

red 133 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #850C2D

Tints of Burgundy #850C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 70%
G = 6.32%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#850C2D (or 0x850C2D) is known color: Burgundy. HEX triplet: 85, 0C and 2D. RGB value is (133,12,45). Sum of RGB (Red+Green+Blue) = 133+12+45=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #850C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C2D is #7AF3D2. Grayscale: #333333. Windows color (decimal): -8057811 or 2952325. OLE color: 2952325.

HSL color Cylindrical-coordinate representation of color #850C2D: hue angle of 343.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 #850C2D is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 45 -
CMYK 0 0.91 0.66 0.48
HSL 343.64º 0.83% 0.28% -
HSV(B) 343.64º 0.91% 0.52% -
XYZ 10.28 5.44 2.99 -
YUV 51.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 133 12 45 0 0.91 0.66 0.48 343.64 0.83 0.28
Hex 85 C 2D 0 5B 42 30 158 53 1C
Octal 205 14 55 0 133 102 60 530 123 34
Binary 10000101 1100 101101 0 1011011 1000010 110000 101011000 1010011 11100

Color Harmonies of #850C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C2D

Black with #850C2D

Text Example


Text Example

White with #850C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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