Html Css Color HEX #850D25 Burgundy

📋 copy color: '#850D25'

red 133 ◦ green 13 ◦ blue 37

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

Shades of Burgundy #850D25

Tints of Burgundy #850D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 72.68%
G = 7.1%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#850D25 (or 0x850D25) is known color: Burgundy. HEX triplet: 85, 0D and 25. RGB value is (133,13,37). Sum of RGB (Red+Green+Blue) = 133+13+37=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #850D25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D25 is #7AF2DA. Grayscale: #333333. Windows color (decimal): -8057563 or 2428293. OLE color: 2428293.

HSL color Cylindrical-coordinate representation of color #850D25: hue angle of 348º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D25 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 37 -
CMYK 0 0.90 0.72 0.48
HSL 348º 0.82% 0.29% -
HSV(B) 348º 0.9% 0.52% -
XYZ 10.15 5.41 2.26 -
YUV 51.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 133 13 37 0 0.90 0.72 0.48 348 0.82 0.29
Hex 85 D 25 0 5A 48 30 15C 52 1D
Octal 205 15 45 0 132 110 60 534 122 35
Binary 10000101 1101 100101 0 1011010 1001000 110000 101011100 1010010 11101

Color Harmonies of #850D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D25

Black with #850D25

Text Example


Text Example

White with #850D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,13,37); }

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

background-color css

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

 a { background-color: rgb(133,13,37); }

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

border-color css

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

 span { border-color: rgb(133,13,37); }

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