Html Css Color HEX #9A0339 Burgundy

📋 copy color: '#9A0339'

red 154 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #9A0339

Tints of Burgundy #9A0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 57 (22.66% from 255) = 26.64%

R = 71.96%
G = 1.4%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#9A0339 (or 0x9A0339) is known color: Burgundy. HEX triplet: 9A, 03 and 39. RGB value is (154,3,57). Sum of RGB (Red+Green+Blue) = 154+3+57=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0339 is #65FCC6. Grayscale: #363636. Windows color (decimal): -6683847 or 3736474. OLE color: 3736474.

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

Color convert

RGB 154 3 57 -
CMYK 0 0.98 0.63 0.40
HSL 338.54º 0.96% 0.31% -
HSV(B) 338.54º 0.98% 0.6% -
XYZ 14.1 7.23 4.52 -
YUV 54.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 154 3 57 0 0.98 0.63 0.40 338.54 0.96 0.31
Hex 9A 3 39 0 62 3F 28 153 60 1F
Octal 232 3 71 0 142 77 50 523 140 37
Binary 10011010 11 111001 0 1100010 111111 101000 101010011 1100000 11111

Color Harmonies of #9A0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0339

Black with #9A0339

Text Example


Text Example

White with #9A0339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,3,57); }

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

background-color css

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

 a { background-color: rgb(154,3,57); }

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

border-color css

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

 span { border-color: rgb(154,3,57); }

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