Html Css Color HEX #9F1246 Jazzberry Jam

📋 copy color: '#9F1246'

red 159 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #9F1246

Tints of Jazzberry Jam #9F1246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 64.37%
G = 7.29%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F1246 (or 0x9F1246) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 46. RGB value is (159,18,70). Sum of RGB (Red+Green+Blue) = 159+18+70=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1246 is #60EDB9. Grayscale: #424242. Windows color (decimal): -6352314 or 4592287. OLE color: 4592287.

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

Color convert

RGB 159 18 70 -
CMYK 0 0.89 0.56 0.38
HSL 337.87º 0.8% 0.35% -
HSV(B) 337.87º 0.89% 0.62% -
XYZ 15.62 8.25 6.56 -
YUV 66.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 159 18 70 0 0.89 0.56 0.38 337.87 0.8 0.35
Hex 9F 12 46 0 59 38 26 152 50 23
Octal 237 22 106 0 131 70 46 522 120 43
Binary 10011111 10010 1000110 0 1011001 111000 100110 101010010 1010000 100011

Color Harmonies of #9F1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1246

Black with #9F1246

Text Example


Text Example

White with #9F1246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,18,70); }

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

background-color css

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

 a { background-color: rgb(159,18,70); }

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

border-color css

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

 span { border-color: rgb(159,18,70); }

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