Html Css Color HEX #9A0D49 Jazzberry Jam

📋 copy color: '#9A0D49'

red 154 ◦ green 13 ◦ blue 73

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

Shades of Jazzberry Jam #9A0D49

Tints of Jazzberry Jam #9A0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

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

R = 64.17%
G = 5.42%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A0D49 (or 0x9A0D49) is known color: Jazzberry Jam. HEX triplet: 9A, 0D and 49. RGB value is (154,13,73). Sum of RGB (Red+Green+Blue) = 154+13+73=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0D49 is #65F2B6. Grayscale: #3D3D3D. Windows color (decimal): -6681271 or 4787610. OLE color: 4787610.

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

Color convert

RGB 154 13 73 -
CMYK 0 0.92 0.53 0.40
HSL 334.47º 0.84% 0.33% -
HSV(B) 334.47º 0.92% 0.6% -
XYZ 14.67 7.64 7 -
YUV 62 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 154 13 73 0 0.92 0.53 0.40 334.47 0.84 0.33
Hex 9A D 49 0 5C 35 28 14E 54 21
Octal 232 15 111 0 134 65 50 516 124 41
Binary 10011010 1101 1001001 0 1011100 110101 101000 101001110 1010100 100001

Color Harmonies of #9A0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0D49

Black with #9A0D49

Text Example


Text Example

White with #9A0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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