Html Css Color HEX #9A013A Burgundy

📋 copy color: '#9A013A'

red 154 ◦ green 1 ◦ blue 58

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

Shades of Burgundy #9A013A

Tints of Burgundy #9A013A

RGB

 RED value IS 154 (60.55% from 255) = 72.3%

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

 BLUE value IS 58 (23.05% from 255) = 27.23%

R = 72.3%
G = 0.47%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A013A (or 0x9A013A) is known color: Burgundy. HEX triplet: 9A, 01 and 3A. RGB value is (154,1,58). Sum of RGB (Red+Green+Blue) = 154+1+58=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A013A is #65FEC5. Grayscale: #353535. Windows color (decimal): -6684358 or 3801498. OLE color: 3801498.

HSL color Cylindrical-coordinate representation of color #9A013A: hue angle of 337.65º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A013A is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 58 -
CMYK 0 0.99 0.62 0.40
HSL 337.65º 0.99% 0.3% -
HSV(B) 337.65º 0.99% 0.6% -
XYZ 14.1 7.2 4.65 -
YUV 53.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 154 1 58 0 0.99 0.62 0.40 337.65 0.99 0.3
Hex 9A 1 3A 0 63 3E 28 152 63 1E
Octal 232 1 72 0 143 76 50 522 143 36
Binary 10011010 1 111010 0 1100011 111110 101000 101010010 1100011 11110

Color Harmonies of #9A013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A013A

Black with #9A013A

Text Example


Text Example

White with #9A013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A013A; }

 p { color: rgb(154,1,58); }

 H1.HeaderClassName
 {
   color: #9A013A;
 }
 .AnyTagClassName
 {
   color: #9A013A;
 }
</style>

background-color css

<style>
 a { background-color: #9A013A; }

 a { background-color: rgb(154,1,58); }

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

border-color css

<style>
 span { border-color: #9A013A; }

 span { border-color: rgb(154,1,58); }

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