Html Css Color HEX #8A0C24 Burgundy

📋 copy color: '#8A0C24'

red 138 ◦ green 12 ◦ blue 36

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

Shades of Burgundy #8A0C24

Tints of Burgundy #8A0C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

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

R = 74.19%
G = 6.45%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#8A0C24 (or 0x8A0C24) is known color: Burgundy. HEX triplet: 8A, 0C and 24. RGB value is (138,12,36). Sum of RGB (Red+Green+Blue) = 138+12+36=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C24 is #75F3DB. Grayscale: #343434. Windows color (decimal): -7730140 or 2362506. OLE color: 2362506.

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

Color convert

RGB 138 12 36 -
CMYK 0 0.91 0.74 0.46
HSL 348.57º 0.84% 0.29% -
HSV(B) 348.57º 0.91% 0.54% -
XYZ 10.93 5.79 2.21 -
YUV 52.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 138 12 36 0 0.91 0.74 0.46 348.57 0.84 0.29
Hex 8A C 24 0 5B 4A 2E 15D 54 1D
Octal 212 14 44 0 133 112 56 535 124 35
Binary 10001010 1100 100100 0 1011011 1001010 101110 101011101 1010100 11101

Color Harmonies of #8A0C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0C24

Black with #8A0C24

Text Example


Text Example

White with #8A0C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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