Html Css Color HEX #880E2E Burgundy

📋 copy color: '#880E2E'

red 136 ◦ green 14 ◦ blue 46

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

Shades of Burgundy #880E2E

Tints of Burgundy #880E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 69.39%
G = 7.14%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#880E2E (or 0x880E2E) is known color: Burgundy. HEX triplet: 88, 0E and 2E. RGB value is (136,14,46). Sum of RGB (Red+Green+Blue) = 136+14+46=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #880E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E2E is #77F1D1. Grayscale: #363636. Windows color (decimal): -7860690 or 3018376. OLE color: 3018376.

HSL color Cylindrical-coordinate representation of color #880E2E: hue angle of 344.26º 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 #880E2E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 46 -
CMYK 0 0.90 0.66 0.47
HSL 344.26º 0.81% 0.29% -
HSV(B) 344.26º 0.9% 0.53% -
XYZ 10.8 5.75 3.12 -
YUV 54.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 136 14 46 0 0.90 0.66 0.47 344.26 0.81 0.29
Hex 88 E 2E 0 5A 42 2F 158 51 1D
Octal 210 16 56 0 132 102 57 530 121 35
Binary 10001000 1110 101110 0 1011010 1000010 101111 101011000 1010001 11101

Color Harmonies of #880E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E2E

Black with #880E2E

Text Example


Text Example

White with #880E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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