Html Css Color HEX #9F0A46 Jazzberry Jam

📋 copy color: '#9F0A46'

red 159 ◦ green 10 ◦ blue 70

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

Shades of Jazzberry Jam #9F0A46

Tints of Jazzberry Jam #9F0A46

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

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

R = 66.53%
G = 4.18%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F0A46 (or 0x9F0A46) is known color: Jazzberry Jam. HEX triplet: 9F, 0A and 46. RGB value is (159,10,70). Sum of RGB (Red+Green+Blue) = 159+10+70=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A46 is #60F5B9. Grayscale: #3D3D3D. Windows color (decimal): -6354362 or 4590239. OLE color: 4590239.

HSL color Cylindrical-coordinate representation of color #9F0A46: hue angle of 335.84º degrees, saturation: 0.88, 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 #9F0A46 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 10 70 -
CMYK 0 0.94 0.56 0.38
HSL 335.84º 0.88% 0.33% -
HSV(B) 335.84º 0.94% 0.62% -
XYZ 15.51 8.03 6.53 -
YUV 61.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 159 10 70 0 0.94 0.56 0.38 335.84 0.88 0.33
Hex 9F A 46 0 5E 38 26 150 58 21
Octal 237 12 106 0 136 70 46 520 130 41
Binary 10011111 1010 1000110 0 1011110 111000 100110 101010000 1011000 100001

Color Harmonies of #9F0A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A46

Black with #9F0A46

Text Example


Text Example

White with #9F0A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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