Html Css Color HEX #800125 Burgundy

📋 copy color: '#800125'

red 128 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #800125

Tints of Burgundy #800125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 77.11%
G = 0.6%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#800125 (or 0x800125) is known color: Burgundy. HEX triplet: 80, 01 and 25. RGB value is (128,1,37). Sum of RGB (Red+Green+Blue) = 128+1+37=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #800125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800125 is #7FFEDA. Grayscale: #2B2B2B. Windows color (decimal): -8388315 or 2425216. OLE color: 2425216.

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

Color convert

RGB 128 1 37 -
CMYK 0 0.99 0.71 0.50
HSL 342.99º 0.98% 0.25% -
HSV(B) 342.99º 0.99% 0.5% -
XYZ 9.25 4.74 2.18 -
YUV 43.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 128 1 37 0 0.99 0.71 0.50 342.99 0.98 0.25
Hex 80 1 25 0 63 47 32 157 62 19
Octal 200 1 45 0 143 107 62 527 142 31
Binary 10000000 1 100101 0 1100011 1000111 110010 101010111 1100010 11001

Color Harmonies of #800125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800125

Black with #800125

Text Example


Text Example

White with #800125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800125; }

 p { color: rgb(128,1,37); }

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

background-color css

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

 a { background-color: rgb(128,1,37); }

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

border-color css

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

 span { border-color: rgb(128,1,37); }

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