Html Css Color HEX #8A0525 Burgundy

📋 copy color: '#8A0525'

red 138 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #8A0525

Tints of Burgundy #8A0525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

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

R = 76.67%
G = 2.78%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A0525 (or 0x8A0525) is known color: Burgundy. HEX triplet: 8A, 05 and 25. RGB value is (138,5,37). Sum of RGB (Red+Green+Blue) = 138+5+37=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0525 is #75FADA. Grayscale: #303030. Windows color (decimal): -7731931 or 2426250. OLE color: 2426250.

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

Color convert

RGB 138 5 37 -
CMYK 0 0.96 0.73 0.46
HSL 345.56º 0.93% 0.28% -
HSV(B) 345.56º 0.96% 0.54% -
XYZ 10.87 5.65 2.27 -
YUV 48.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 138 5 37 0 0.96 0.73 0.46 345.56 0.93 0.28
Hex 8A 5 25 0 60 49 2E 15A 5D 1C
Octal 212 5 45 0 140 111 56 532 135 34
Binary 10001010 101 100101 0 1100000 1001001 101110 101011010 1011101 11100

Color Harmonies of #8A0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0525

Black with #8A0525

Text Example


Text Example

White with #8A0525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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