Html Css Color HEX #8C0826 Burgundy

📋 copy color: '#8C0826'

red 140 ◦ green 8 ◦ blue 38

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

Shades of Burgundy #8C0826

Tints of Burgundy #8C0826

RGB

 RED value IS 140 (55.08% from 255) = 75.27%

 GREEN value IS 8 (3.52% from 255) = 4.3%

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

R = 75.27%
G = 4.3%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C0826 (or 0x8C0826) is known color: Burgundy. HEX triplet: 8C, 08 and 26. RGB value is (140,8,38). Sum of RGB (Red+Green+Blue) = 140+8+38=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0826 is #73F7D9. Grayscale: #323232. Windows color (decimal): -7600090 or 2492556. OLE color: 2492556.

HSL color Cylindrical-coordinate representation of color #8C0826: hue angle of 346.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0826 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 8 38 -
CMYK 0 0.94 0.73 0.45
HSL 346.36º 0.89% 0.29% -
HSV(B) 346.36º 0.94% 0.55% -
XYZ 11.25 5.89 2.38 -
YUV 50.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 140 8 38 0 0.94 0.73 0.45 346.36 0.89 0.29
Hex 8C 8 26 0 5E 49 2D 15A 59 1D
Octal 214 10 46 0 136 111 55 532 131 35
Binary 10001100 1000 100110 0 1011110 1001001 101101 101011010 1011001 11101

Color Harmonies of #8C0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0826

Black with #8C0826

Text Example


Text Example

White with #8C0826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0826; }

 p { color: rgb(140,8,38); }

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

background-color css

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

 a { background-color: rgb(140,8,38); }

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

border-color css

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

 span { border-color: rgb(140,8,38); }

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