Html Css Color HEX #880130 Burgundy

📋 copy color: '#880130'

red 136 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #880130

Tints of Burgundy #880130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 73.51%
G = 0.54%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#880130 (or 0x880130) is known color: Burgundy. HEX triplet: 88, 01 and 30. RGB value is (136,1,48). Sum of RGB (Red+Green+Blue) = 136+1+48=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #880130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880130 is #77FECF. Grayscale: #2E2E2E. Windows color (decimal): -7864016 or 3146120. OLE color: 3146120.

HSL color Cylindrical-coordinate representation of color #880130: hue angle of 339.11º 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 #880130 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 48 -
CMYK 0 0.99 0.65 0.47
HSL 339.11º 0.99% 0.27% -
HSV(B) 339.11º 0.99% 0.53% -
XYZ 10.7 5.47 3.29 -
YUV 46.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 136 1 48 0 0.99 0.65 0.47 339.11 0.99 0.27
Hex 88 1 30 0 63 41 2F 153 63 1B
Octal 210 1 60 0 143 101 57 523 143 33
Binary 10001000 1 110000 0 1100011 1000001 101111 101010011 1100011 11011

Color Harmonies of #880130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880130

Black with #880130

Text Example


Text Example

White with #880130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880130; }

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

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

background-color css

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

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

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

border-color css

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

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

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