Html Css Color HEX #9A023A Burgundy

📋 copy color: '#9A023A'

red 154 ◦ green 2 ◦ blue 58

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

Shades of Burgundy #9A023A

Tints of Burgundy #9A023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 71.96%
G = 0.93%
B = 27.1%

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

#9A023A (or 0x9A023A) is known color: Burgundy. HEX triplet: 9A, 02 and 3A. RGB value is (154,2,58). Sum of RGB (Red+Green+Blue) = 154+2+58=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A023A is #65FDC5. Grayscale: #353535. Windows color (decimal): -6684102 or 3801754. OLE color: 3801754.

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

Color convert

RGB 154 2 58 -
CMYK 0 0.99 0.62 0.40
HSL 337.89º 0.97% 0.31% -
HSV(B) 337.89º 0.99% 0.6% -
XYZ 14.11 7.22 4.65 -
YUV 53.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 154 2 58 0 0.99 0.62 0.40 337.89 0.97 0.31
Hex 9A 2 3A 0 63 3E 28 152 61 1F
Octal 232 2 72 0 143 76 50 522 141 37
Binary 10011010 10 111010 0 1100011 111110 101000 101010010 1100001 11111

Color Harmonies of #9A023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A023A

Black with #9A023A

Text Example


Text Example

White with #9A023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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