Html Css Color HEX #880530 Burgundy

📋 copy color: '#880530'

red 136 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #880530

Tints of Burgundy #880530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 71.96%
G = 2.65%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#880530 (or 0x880530) is known color: Burgundy. HEX triplet: 88, 05 and 30. RGB value is (136,5,48). Sum of RGB (Red+Green+Blue) = 136+5+48=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #880530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880530 is #77FACF. Grayscale: #313131. Windows color (decimal): -7862992 or 3147144. OLE color: 3147144.

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

Color convert

RGB 136 5 48 -
CMYK 0 0.96 0.65 0.47
HSL 340.31º 0.93% 0.28% -
HSV(B) 340.31º 0.96% 0.53% -
XYZ 10.74 5.56 3.3 -
YUV 49.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 136 5 48 0 0.96 0.65 0.47 340.31 0.93 0.28
Hex 88 5 30 0 60 41 2F 154 5D 1C
Octal 210 5 60 0 140 101 57 524 135 34
Binary 10001000 101 110000 0 1100000 1000001 101111 101010100 1011101 11100

Color Harmonies of #880530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880530

Black with #880530

Text Example


Text Example

White with #880530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880530; }

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

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

background-color css

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

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

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

border-color css

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

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

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