Html Css Color HEX #8A0836 Burgundy

📋 copy color: '#8A0836'

red 138 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #8A0836

Tints of Burgundy #8A0836

RGB

 RED value IS 138 (54.3% from 255) = 69%

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

 BLUE value IS 54 (21.48% from 255) = 27%

R = 69%
G = 4%
B = 27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#8A0836 (or 0x8A0836) is known color: Burgundy. HEX triplet: 8A, 08 and 36. RGB value is (138,8,54). Sum of RGB (Red+Green+Blue) = 138+8+54=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0836 is #75F7C9. Grayscale: #343434. Windows color (decimal): -7731146 or 3541130. OLE color: 3541130.

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

Color convert

RGB 138 8 54 -
CMYK 0 0.94 0.61 0.46
HSL 338.77º 0.89% 0.29% -
HSV(B) 338.77º 0.94% 0.54% -
XYZ 11.23 5.84 4.03 -
YUV 52.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 138 8 54 0 0.94 0.61 0.46 338.77 0.89 0.29
Hex 8A 8 36 0 5E 3D 2E 153 59 1D
Octal 212 10 66 0 136 75 56 523 131 35
Binary 10001010 1000 110110 0 1011110 111101 101110 101010011 1011001 11101

Color Harmonies of #8A0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0836

Black with #8A0836

Text Example


Text Example

White with #8A0836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,8,54); }

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

background-color css

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

 a { background-color: rgb(138,8,54); }

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

border-color css

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

 span { border-color: rgb(138,8,54); }

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