Html Css Color HEX #880030 Burgundy

📋 copy color: '#880030'

red 136 ◦ green 0 ◦ blue 48

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

Shades of Burgundy #880030

Tints of Burgundy #880030

RGB

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

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

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

R = 73.91%
G = 0%
B = 26.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#880030 (or 0x880030) is known color: Burgundy. HEX triplet: 88, 00 and 30. RGB value is (136,0,48). Sum of RGB (Red+Green+Blue) = 136+0+48=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #880030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880030 is #77FFCF. Grayscale: #2E2E2E. Windows color (decimal): -7864272 or 3145864. OLE color: 3145864.

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

Color convert

RGB 136 0 48 -
CMYK 0 1 0.65 0.47
HSL 338.82º 1% 0.27% -
HSV(B) 338.82º 1% 0.53% -
XYZ 10.69 5.45 3.28 -
YUV 46.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 136 0 48 0 1 0.65 0.47 338.82 1 0.27
Hex 88 0 30 0 64 41 2F 153 64 1B
Octal 210 0 60 0 144 101 57 523 144 33
Binary 10001000 0 110000 0 1100100 1000001 101111 101010011 1100100 11011

Color Harmonies of #880030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880030

Black with #880030

Text Example


Text Example

White with #880030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880030; }

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

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

background-color css

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

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

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

border-color css

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

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

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