Html Css Color HEX #8A0A25 Burgundy

📋 copy color: '#8A0A25'

red 138 ◦ green 10 ◦ blue 37

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

Shades of Burgundy #8A0A25

Tints of Burgundy #8A0A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20%

R = 74.59%
G = 5.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A0A25 (or 0x8A0A25) is known color: Burgundy. HEX triplet: 8A, 0A and 25. RGB value is (138,10,37). Sum of RGB (Red+Green+Blue) = 138+10+37=185 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.59% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A25 is #75F5DA. Grayscale: #333333. Windows color (decimal): -7730651 or 2427530. OLE color: 2427530.

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

Color convert

RGB 138 10 37 -
CMYK 0 0.93 0.73 0.46
HSL 347.34º 0.86% 0.29% -
HSV(B) 347.34º 0.93% 0.54% -
XYZ 10.92 5.75 2.29 -
YUV 51.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 138 10 37 0 0.93 0.73 0.46 347.34 0.86 0.29
Hex 8A A 25 0 5D 49 2E 15B 56 1D
Octal 212 12 45 0 135 111 56 533 126 35
Binary 10001010 1010 100101 0 1011101 1001001 101110 101011011 1010110 11101

Color Harmonies of #8A0A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0A25

Black with #8A0A25

Text Example


Text Example

White with #8A0A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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