Html Css Color HEX #9F0949 Jazzberry Jam

📋 copy color: '#9F0949'

red 159 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #9F0949

Tints of Jazzberry Jam #9F0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

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

R = 65.98%
G = 3.73%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F0949 (or 0x9F0949) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 49. RGB value is (159,9,73). Sum of RGB (Red+Green+Blue) = 159+9+73=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0949 is #60F6B6. Grayscale: #3D3D3D. Windows color (decimal): -6354615 or 4786591. OLE color: 4786591.

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

Color convert

RGB 159 9 73 -
CMYK 0 0.94 0.54 0.38
HSL 334.4º 0.89% 0.33% -
HSV(B) 334.4º 0.94% 0.62% -
XYZ 15.6 8.05 7.03 -
YUV 61.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 159 9 73 0 0.94 0.54 0.38 334.4 0.89 0.33
Hex 9F 9 49 0 5E 36 26 14E 59 21
Octal 237 11 111 0 136 66 46 516 131 41
Binary 10011111 1001 1001001 0 1011110 110110 100110 101001110 1011001 100001

Color Harmonies of #9F0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0949

Black with #9F0949

Text Example


Text Example

White with #9F0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,73); }

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

background-color css

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

 a { background-color: rgb(159,9,73); }

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

border-color css

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

 span { border-color: rgb(159,9,73); }

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