Html Css Color HEX #880E30 Burgundy

📋 copy color: '#880E30'

red 136 ◦ green 14 ◦ blue 48

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

Shades of Burgundy #880E30

Tints of Burgundy #880E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.07%

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

R = 68.69%
G = 7.07%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#880E30 (or 0x880E30) is known color: Burgundy. HEX triplet: 88, 0E and 30. RGB value is (136,14,48). Sum of RGB (Red+Green+Blue) = 136+14+48=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #880E30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E30 is #77F1CF. Grayscale: #363636. Windows color (decimal): -7860688 or 3149448. OLE color: 3149448.

HSL color Cylindrical-coordinate representation of color #880E30: hue angle of 343.28º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E30 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 48 -
CMYK 0 0.90 0.65 0.47
HSL 343.28º 0.81% 0.29% -
HSV(B) 343.28º 0.9% 0.53% -
XYZ 10.84 5.76 3.34 -
YUV 54.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 136 14 48 0 0.90 0.65 0.47 343.28 0.81 0.29
Hex 88 E 30 0 5A 41 2F 157 51 1D
Octal 210 16 60 0 132 101 57 527 121 35
Binary 10001000 1110 110000 0 1011010 1000001 101111 101010111 1010001 11101

Color Harmonies of #880E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E30

Black with #880E30

Text Example


Text Example

White with #880E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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