Html Css Color HEX #880326 Burgundy

📋 copy color: '#880326'

red 136 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #880326

Tints of Burgundy #880326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 38 (15.23% from 255) = 21.47%

R = 76.84%
G = 1.69%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#880326 (or 0x880326) is known color: Burgundy. HEX triplet: 88, 03 and 26. RGB value is (136,3,38). Sum of RGB (Red+Green+Blue) = 136+3+38=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880326 is #77FCD9. Grayscale: #2E2E2E. Windows color (decimal): -7863514 or 2491272. OLE color: 2491272.

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

Color convert

RGB 136 3 38 -
CMYK 0 0.98 0.72 0.47
HSL 344.21º 0.96% 0.27% -
HSV(B) 344.21º 0.98% 0.53% -
XYZ 10.54 5.44 2.33 -
YUV 46.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 136 3 38 0 0.98 0.72 0.47 344.21 0.96 0.27
Hex 88 3 26 0 62 48 2F 158 60 1B
Octal 210 3 46 0 142 110 57 530 140 33
Binary 10001000 11 100110 0 1100010 1001000 101111 101011000 1100000 11011

Color Harmonies of #880326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880326

Black with #880326

Text Example


Text Example

White with #880326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880326; }

 p { color: rgb(136,3,38); }

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

background-color css

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

 a { background-color: rgb(136,3,38); }

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

border-color css

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

 span { border-color: rgb(136,3,38); }

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