Html Css Color HEX #8A0130 Burgundy

📋 copy color: '#8A0130'

red 138 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #8A0130

Tints of Burgundy #8A0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 48 (19.14% from 255) = 25.67%

R = 73.8%
G = 0.53%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#8A0130 (or 0x8A0130) is known color: Burgundy. HEX triplet: 8A, 01 and 30. RGB value is (138,1,48). Sum of RGB (Red+Green+Blue) = 138+1+48=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0130 is #75FECF. Grayscale: #2F2F2F. Windows color (decimal): -7732944 or 3146122. OLE color: 3146122.

HSL color Cylindrical-coordinate representation of color #8A0130: hue angle of 339.42º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0130 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 1 48 -
CMYK 0 0.99 0.65 0.46
HSL 339.42º 0.99% 0.27% -
HSV(B) 339.42º 0.99% 0.54% -
XYZ 11.03 5.64 3.3 -
YUV 47.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 138 1 48 0 0.99 0.65 0.46 339.42 0.99 0.27
Hex 8A 1 30 0 63 41 2E 153 63 1B
Octal 212 1 60 0 143 101 56 523 143 33
Binary 10001010 1 110000 0 1100011 1000001 101110 101010011 1100011 11011

Color Harmonies of #8A0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0130

Black with #8A0130

Text Example


Text Example

White with #8A0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,1,48); }

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

background-color css

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

 a { background-color: rgb(138,1,48); }

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

border-color css

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

 span { border-color: rgb(138,1,48); }

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