Html Css Color HEX #880430 Burgundy

📋 copy color: '#880430'

red 136 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #880430

Tints of Burgundy #880430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 72.34%
G = 2.13%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#880430 (or 0x880430) is known color: Burgundy. HEX triplet: 88, 04 and 30. RGB value is (136,4,48). Sum of RGB (Red+Green+Blue) = 136+4+48=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #880430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880430 is #77FBCF. Grayscale: #303030. Windows color (decimal): -7863248 or 3146888. OLE color: 3146888.

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

Color convert

RGB 136 4 48 -
CMYK 0 0.97 0.65 0.47
HSL 340º 0.94% 0.27% -
HSV(B) 340º 0.97% 0.53% -
XYZ 10.73 5.53 3.3 -
YUV 48.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 136 4 48 0 0.97 0.65 0.47 340 0.94 0.27
Hex 88 4 30 0 61 41 2F 154 5E 1B
Octal 210 4 60 0 141 101 57 524 136 33
Binary 10001000 100 110000 0 1100001 1000001 101111 101010100 1011110 11011

Color Harmonies of #880430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880430

Black with #880430

Text Example


Text Example

White with #880430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880430; }

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

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

background-color css

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

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

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

border-color css

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

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

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