Html Css Color HEX #9F0548 Jazzberry Jam

📋 copy color: '#9F0548'

red 159 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #9F0548

Tints of Jazzberry Jam #9F0548

RGB

 RED value IS 159 (62.5% from 255) = 67.37%

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 67.37%
G = 2.12%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F0548 (or 0x9F0548) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 48. RGB value is (159,5,72). Sum of RGB (Red+Green+Blue) = 159+5+72=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0548 is #60FAB7. Grayscale: #3A3A3A. Windows color (decimal): -6355640 or 4720031. OLE color: 4720031.

HSL color Cylindrical-coordinate representation of color #9F0548: hue angle of 333.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0548 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 5 72 -
CMYK 0 0.97 0.55 0.38
HSL 333.9º 0.94% 0.32% -
HSV(B) 333.9º 0.97% 0.62% -
XYZ 15.52 7.95 6.85 -
YUV 58.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 159 5 72 0 0.97 0.55 0.38 333.9 0.94 0.32
Hex 9F 5 48 0 61 37 26 14E 5E 20
Octal 237 5 110 0 141 67 46 516 136 40
Binary 10011111 101 1001000 0 1100001 110111 100110 101001110 1011110 100000

Color Harmonies of #9F0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0548

Black with #9F0548

Text Example


Text Example

White with #9F0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,5,72); }

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

background-color css

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

 a { background-color: rgb(159,5,72); }

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

border-color css

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

 span { border-color: rgb(159,5,72); }

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