Html Css Color HEX #880A3D Burgundy

📋 copy color: '#880A3D'

red 136 ◦ green 10 ◦ blue 61

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

Shades of Burgundy #880A3D

Tints of Burgundy #880A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 65.7%
G = 4.83%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#880A3D (or 0x880A3D) is known color: Burgundy. HEX triplet: 88, 0A and 3D. RGB value is (136,10,61). Sum of RGB (Red+Green+Blue) = 136+10+61=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A3D is #77F5C2. Grayscale: #353535. Windows color (decimal): -7861699 or 4000392. OLE color: 4000392.

HSL color Cylindrical-coordinate representation of color #880A3D: hue angle of 335.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A3D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 61 -
CMYK 0 0.93 0.55 0.47
HSL 335.71º 0.86% 0.29% -
HSV(B) 335.71º 0.93% 0.53% -
XYZ 11.1 5.79 4.95 -
YUV 53.49 132.24 186.85 -
System Red Green Blue C M Y K H S L
Decimal 136 10 61 0 0.93 0.55 0.47 335.71 0.86 0.29
Hex 88 A 3D 0 5D 37 2F 150 56 1D
Octal 210 12 75 0 135 67 57 520 126 35
Binary 10001000 1010 111101 0 1011101 110111 101111 101010000 1010110 11101

Color Harmonies of #880A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A3D

Black with #880A3D

Text Example


Text Example

White with #880A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,10,61); }

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

background-color css

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

 a { background-color: rgb(136,10,61); }

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

border-color css

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

 span { border-color: rgb(136,10,61); }

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