Html Css Color HEX #9A1959 Jazzberry Jam

📋 copy color: '#9A1959'

red 154 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #9A1959

Tints of Jazzberry Jam #9A1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 57.46%
G = 9.33%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A1959 (or 0x9A1959) is known color: Jazzberry Jam. HEX triplet: 9A, 19 and 59. RGB value is (154,25,89). Sum of RGB (Red+Green+Blue) = 154+25+89=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1959 is #65E6A6. Grayscale: #464646. Windows color (decimal): -6678183 or 5839258. OLE color: 5839258.

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

Color convert

RGB 154 25 89 -
CMYK 0 0.84 0.42 0.40
HSL 330.23º 0.72% 0.35% -
HSV(B) 330.23º 0.84% 0.6% -
XYZ 15.48 8.29 10.23 -
YUV 70.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 154 25 89 0 0.84 0.42 0.40 330.23 0.72 0.35
Hex 9A 19 59 0 54 2A 28 14A 48 23
Octal 232 31 131 0 124 52 50 512 110 43
Binary 10011010 11001 1011001 0 1010100 101010 101000 101001010 1001000 100011

Color Harmonies of #9A1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1959

Black with #9A1959

Text Example


Text Example

White with #9A1959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,25,89); }

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

background-color css

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

 a { background-color: rgb(154,25,89); }

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

border-color css

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

 span { border-color: rgb(154,25,89); }

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