Html Css Color HEX #9A063A Burgundy

📋 copy color: '#9A063A'

red 154 ◦ green 6 ◦ blue 58

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

Shades of Burgundy #9A063A

Tints of Burgundy #9A063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 70.64%
G = 2.75%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#9A063A (or 0x9A063A) is known color: Burgundy. HEX triplet: 9A, 06 and 3A. RGB value is (154,6,58). Sum of RGB (Red+Green+Blue) = 154+6+58=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A063A is #65F9C5. Grayscale: #383838. Windows color (decimal): -6683078 or 3802778. OLE color: 3802778.

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

Color convert

RGB 154 6 58 -
CMYK 0 0.96 0.62 0.40
HSL 338.92º 0.93% 0.31% -
HSV(B) 338.92º 0.96% 0.6% -
XYZ 14.16 7.31 4.67 -
YUV 56.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 154 6 58 0 0.96 0.62 0.40 338.92 0.93 0.31
Hex 9A 6 3A 0 60 3E 28 153 5C 1F
Octal 232 6 72 0 140 76 50 523 134 37
Binary 10011010 110 111010 0 1100000 111110 101000 101010011 1011100 11111

Color Harmonies of #9A063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A063A

Black with #9A063A

Text Example


Text Example

White with #9A063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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