Html Css Color HEX #9A0A49 Jazzberry Jam

📋 copy color: '#9A0A49'

red 154 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #9A0A49

Tints of Jazzberry Jam #9A0A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

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

R = 64.98%
G = 4.22%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A0A49 (or 0x9A0A49) is known color: Jazzberry Jam. HEX triplet: 9A, 0A and 49. RGB value is (154,10,73). Sum of RGB (Red+Green+Blue) = 154+10+73=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0A49 is #65F5B6. Grayscale: #3C3C3C. Windows color (decimal): -6682039 or 4786842. OLE color: 4786842.

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

Color convert

RGB 154 10 73 -
CMYK 0 0.94 0.53 0.40
HSL 333.75º 0.88% 0.32% -
HSV(B) 333.75º 0.94% 0.6% -
XYZ 14.64 7.57 6.99 -
YUV 60.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 154 10 73 0 0.94 0.53 0.40 333.75 0.88 0.32
Hex 9A A 49 0 5E 35 28 14E 58 20
Octal 232 12 111 0 136 65 50 516 130 40
Binary 10011010 1010 1001001 0 1011110 110101 101000 101001110 1011000 100000

Color Harmonies of #9A0A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0A49

Black with #9A0A49

Text Example


Text Example

White with #9A0A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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