Html Css Color HEX #850026 Burgundy

📋 copy color: '#850026'

red 133 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #850026

Tints of Burgundy #850026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 22.22%

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#850026 (or 0x850026) is known color: Burgundy. HEX triplet: 85, 00 and 26. RGB value is (133,0,38). Sum of RGB (Red+Green+Blue) = 133+0+38=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850026 is #7AFFD9. Grayscale: #2C2C2C. Windows color (decimal): -8060890 or 2490501. OLE color: 2490501.

HSL color Cylindrical-coordinate representation of color #850026: hue angle of 342.86º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850026 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 38 -
CMYK 0 1 0.71 0.48
HSL 342.86º 1% 0.26% -
HSV(B) 342.86º 1% 0.52% -
XYZ 10.02 5.13 2.29 -
YUV 44.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 133 0 38 0 1 0.71 0.48 342.86 1 0.26
Hex 85 0 26 0 64 47 30 157 64 1A
Octal 205 0 46 0 144 107 60 527 144 32
Binary 10000101 0 100110 0 1100100 1000111 110000 101010111 1100100 11010

Color Harmonies of #850026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850026

Black with #850026

Text Example


Text Example

White with #850026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850026; }

 p { color: rgb(133,0,38); }

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

background-color css

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

 a { background-color: rgb(133,0,38); }

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

border-color css

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

 span { border-color: rgb(133,0,38); }

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