Html Css Color HEX #8A0A2D Burgundy

📋 copy color: '#8A0A2D'

red 138 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #8A0A2D

Tints of Burgundy #8A0A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 71.5%
G = 5.18%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A0A2D (or 0x8A0A2D) is known color: Burgundy. HEX triplet: 8A, 0A and 2D. RGB value is (138,10,45). Sum of RGB (Red+Green+Blue) = 138+10+45=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A2D is #75F5D2. Grayscale: #343434. Windows color (decimal): -7730643 or 2951818. OLE color: 2951818.

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

Color convert

RGB 138 10 45 -
CMYK 0 0.93 0.67 0.46
HSL 343.59º 0.86% 0.29% -
HSV(B) 343.59º 0.93% 0.54% -
XYZ 11.06 5.81 3.02 -
YUV 52.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 138 10 45 0 0.93 0.67 0.46 343.59 0.86 0.29
Hex 8A A 2D 0 5D 43 2E 158 56 1D
Octal 212 12 55 0 135 103 56 530 126 35
Binary 10001010 1010 101101 0 1011101 1000011 101110 101011000 1010110 11101

Color Harmonies of #8A0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A2D

Black with #8A0A2D

Text Example


Text Example

White with #8A0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,10,45); }

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

background-color css

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

 a { background-color: rgb(138,10,45); }

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

border-color css

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

 span { border-color: rgb(138,10,45); }

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