Html Css Color HEX #8A0A24 Burgundy

📋 copy color: '#8A0A24'

red 138 ◦ green 10 ◦ blue 36

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

Shades of Burgundy #8A0A24

Tints of Burgundy #8A0A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 75%
G = 5.43%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#8A0A24 (or 0x8A0A24) is known color: Burgundy. HEX triplet: 8A, 0A and 24. RGB value is (138,10,36). Sum of RGB (Red+Green+Blue) = 138+10+36=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A24 is #75F5DB. Grayscale: #333333. Windows color (decimal): -7730652 or 2361994. OLE color: 2361994.

HSL color Cylindrical-coordinate representation of color #8A0A24: hue angle of 347.81º 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 #8A0A24 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 10 36 -
CMYK 0 0.93 0.74 0.46
HSL 347.81º 0.86% 0.29% -
HSV(B) 347.81º 0.93% 0.54% -
XYZ 10.91 5.75 2.2 -
YUV 51.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 138 10 36 0 0.93 0.74 0.46 347.81 0.86 0.29
Hex 8A A 24 0 5D 4A 2E 15C 56 1D
Octal 212 12 44 0 135 112 56 534 126 35
Binary 10001010 1010 100100 0 1011101 1001010 101110 101011100 1010110 11101

Color Harmonies of #8A0A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A24

Black with #8A0A24

Text Example


Text Example

White with #8A0A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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