Html Css Color HEX #9A0049 Jazzberry Jam

📋 copy color: '#9A0049'

red 154 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #9A0049

Tints of Jazzberry Jam #9A0049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 67.84%
G = 0%
B = 32.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A0049 (or 0x9A0049) is known color: Jazzberry Jam. HEX triplet: 9A, 00 and 49. RGB value is (154,0,73). Sum of RGB (Red+Green+Blue) = 154+0+73=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0049 is #65FFB6. Grayscale: #363636. Windows color (decimal): -6684599 or 4784282. OLE color: 4784282.

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

Color convert

RGB 154 0 73 -
CMYK 0 1 0.53 0.40
HSL 331.56º 1% 0.3% -
HSV(B) 331.56º 1% 0.6% -
XYZ 14.53 7.35 6.96 -
YUV 54.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 154 0 73 0 1 0.53 0.40 331.56 1 0.3
Hex 9A 0 49 0 64 35 28 14C 64 1E
Octal 232 0 111 0 144 65 50 514 144 36
Binary 10011010 0 1001001 0 1100100 110101 101000 101001100 1100100 11110

Color Harmonies of #9A0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0049

Black with #9A0049

Text Example


Text Example

White with #9A0049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,73); }

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

background-color css

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

 a { background-color: rgb(154,0,73); }

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

border-color css

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

 span { border-color: rgb(154,0,73); }

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