Html Css Color HEX #800226 Burgundy

📋 copy color: '#800226'

red 128 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #800226

Tints of Burgundy #800226

RGB

 RED value IS 128 (50.39% from 255) = 76.19%

 GREEN value IS 2 (1.17% from 255) = 1.19%

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

R = 76.19%
G = 1.19%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#800226 (or 0x800226) is known color: Burgundy. HEX triplet: 80, 02 and 26. RGB value is (128,2,38). Sum of RGB (Red+Green+Blue) = 128+2+38=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #800226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800226 is #7FFDD9. Grayscale: #2B2B2B. Windows color (decimal): -8388058 or 2491008. OLE color: 2491008.

HSL color Cylindrical-coordinate representation of color #800226: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800226 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 38 -
CMYK 0 0.98 0.70 0.50
HSL 342.86º 0.97% 0.25% -
HSV(B) 342.86º 0.98% 0.5% -
XYZ 9.27 4.77 2.27 -
YUV 43.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 128 2 38 0 0.98 0.70 0.50 342.86 0.97 0.25
Hex 80 2 26 0 62 46 32 157 61 19
Octal 200 2 46 0 142 106 62 527 141 31
Binary 10000000 10 100110 0 1100010 1000110 110010 101010111 1100001 11001

Color Harmonies of #800226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800226

Black with #800226

Text Example


Text Example

White with #800226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800226; }

 p { color: rgb(128,2,38); }

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

background-color css

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

 a { background-color: rgb(128,2,38); }

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

border-color css

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

 span { border-color: rgb(128,2,38); }

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