Html Css Color HEX #8A032B Burgundy

📋 copy color: '#8A032B'

red 138 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #8A032B

Tints of Burgundy #8A032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 75%
G = 1.63%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#8A032B (or 0x8A032B) is known color: Burgundy. HEX triplet: 8A, 03 and 2B. RGB value is (138,3,43). Sum of RGB (Red+Green+Blue) = 138+3+43=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A032B is #75FCD4. Grayscale: #2F2F2F. Windows color (decimal): -7732437 or 2818954. OLE color: 2818954.

HSL color Cylindrical-coordinate representation of color #8A032B: hue angle of 342.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A032B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 3 43 -
CMYK 0 0.98 0.69 0.46
HSL 342.22º 0.96% 0.28% -
HSV(B) 342.22º 0.98% 0.54% -
XYZ 10.95 5.64 2.8 -
YUV 47.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 138 3 43 0 0.98 0.69 0.46 342.22 0.96 0.28
Hex 8A 3 2B 0 62 45 2E 156 60 1C
Octal 212 3 53 0 142 105 56 526 140 34
Binary 10001010 11 101011 0 1100010 1000101 101110 101010110 1100000 11100

Color Harmonies of #8A032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A032B

Black with #8A032B

Text Example


Text Example

White with #8A032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,43); }

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

background-color css

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

 a { background-color: rgb(138,3,43); }

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

border-color css

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

 span { border-color: rgb(138,3,43); }

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