Html Css Color HEX #8A0F27 Burgundy

📋 copy color: '#8A0F27'

red 138 ◦ green 15 ◦ blue 39

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

Shades of Burgundy #8A0F27

Tints of Burgundy #8A0F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 71.88%
G = 7.81%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A0F27 (or 0x8A0F27) is known color: Burgundy. HEX triplet: 8A, 0F and 27. RGB value is (138,15,39). Sum of RGB (Red+Green+Blue) = 138+15+39=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0F27 is #75F0D8. Grayscale: #363636. Windows color (decimal): -7729369 or 2559882. OLE color: 2559882.

HSL color Cylindrical-coordinate representation of color #8A0F27: hue angle of 348.29º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F27 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 15 39 -
CMYK 0 0.89 0.72 0.46
HSL 348.29º 0.8% 0.3% -
HSV(B) 348.29º 0.89% 0.54% -
XYZ 11.02 5.89 2.48 -
YUV 54.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 138 15 39 0 0.89 0.72 0.46 348.29 0.8 0.3
Hex 8A F 27 0 59 48 2E 15C 50 1E
Octal 212 17 47 0 131 110 56 534 120 36
Binary 10001010 1111 100111 0 1011001 1001000 101110 101011100 1010000 11110

Color Harmonies of #8A0F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0F27

Black with #8A0F27

Text Example


Text Example

White with #8A0F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,15,39); }

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

background-color css

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

 a { background-color: rgb(138,15,39); }

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

border-color css

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

 span { border-color: rgb(138,15,39); }

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