Html Css Color HEX #880125 Burgundy

📋 copy color: '#880125'

red 136 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #880125

Tints of Burgundy #880125

RGB

 RED value IS 136 (53.52% from 255) = 78.16%

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

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

R = 78.16%
G = 0.57%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#880125 (or 0x880125) is known color: Burgundy. HEX triplet: 88, 01 and 25. RGB value is (136,1,37). Sum of RGB (Red+Green+Blue) = 136+1+37=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #880125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880125 is #77FEDA. Grayscale: #2D2D2D. Windows color (decimal): -7864027 or 2425224. OLE color: 2425224.

HSL color Cylindrical-coordinate representation of color #880125: hue angle of 344º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880125 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 37 -
CMYK 0 0.99 0.73 0.47
HSL 344º 0.99% 0.27% -
HSV(B) 344º 0.99% 0.53% -
XYZ 10.5 5.39 2.24 -
YUV 45.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 136 1 37 0 0.99 0.73 0.47 344 0.99 0.27
Hex 88 1 25 0 63 49 2F 158 63 1B
Octal 210 1 45 0 143 111 57 530 143 33
Binary 10001000 1 100101 0 1100011 1001001 101111 101011000 1100011 11011

Color Harmonies of #880125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880125

Black with #880125

Text Example


Text Example

White with #880125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880125; }

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

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

background-color css

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

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

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

border-color css

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

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

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